++ awk '{print $3}' ++ rg -v '#' /usr/share/zoneinfo/zone.tab ++ head -n1 ++ shuf + TZ=Atlantic/Faroe Choosen random timezone Atlantic/Faroe + echo 'Choosen random timezone Atlantic/Faroe' + ln -snf /usr/share/zoneinfo/Atlantic/Faroe /etc/localtime + echo Atlantic/Faroe + dpkg -i package_folder/clickhouse-common-static_24.3.12.76.altinitystable+msan_amd64.deb Selecting previously unselected package clickhouse-common-static. (Reading database ... 49067 files and directories currently installed.) Preparing to unpack .../clickhouse-common-static_24.3.12.76.altinitystable+msan_amd64.deb ... Unpacking clickhouse-common-static (24.3.12.76.altinitystable+msan) ... Setting up clickhouse-common-static (24.3.12.76.altinitystable+msan) ... + dpkg -i package_folder/clickhouse-common-static-dbg_24.3.12.76.altinitystable+msan_amd64.deb Selecting previously unselected package clickhouse-common-static-dbg. (Reading database ... 49096 files and directories currently installed.) Preparing to unpack .../clickhouse-common-static-dbg_24.3.12.76.altinitystable+msan_amd64.deb ... Unpacking clickhouse-common-static-dbg (24.3.12.76.altinitystable+msan) ... Setting up clickhouse-common-static-dbg (24.3.12.76.altinitystable+msan) ... + dpkg -i package_folder/clickhouse-server_24.3.12.76.altinitystable+msan_amd64.deb Selecting previously unselected package clickhouse-server. (Reading database ... 49105 files and directories currently installed.) Preparing to unpack .../clickhouse-server_24.3.12.76.altinitystable+msan_amd64.deb ... Unpacking clickhouse-server (24.3.12.76.altinitystable+msan) ... Setting up clickhouse-server (24.3.12.76.altinitystable+msan) ... Cannot set 'net_admin' or 'ipc_lock' or 'sys_nice' or 'net_bind_service' capability for clickhouse binary. This is optional. Taskstats accounting will be disabled. To enable taskstats accounting you may add the required capability later manually. ClickHouse binary is already located at /usr/bin/clickhouse Symlink /usr/bin/clickhouse-server already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-server to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-client to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-local to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-benchmark to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-obfuscator to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-git-import to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-compressor to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-format to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-extract-from-config already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-extract-from-config to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-keeper already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-keeper to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-keeper-converter already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-keeper-converter to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-disks to /usr/bin/clickhouse. Creating symlink /usr/bin/ch to /usr/bin/clickhouse. Creating symlink /usr/bin/chl to /usr/bin/clickhouse. Creating symlink /usr/bin/chc to /usr/bin/clickhouse. Creating clickhouse group if it does not exist. groupadd -r clickhouse Creating clickhouse user if it does not exist. useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse clickhouse Will set ulimits for clickhouse user in /etc/security/limits.d/clickhouse.conf. Creating config directory /etc/clickhouse-server/config.d that is used for tweaks of main server configuration. Creating config directory /etc/clickhouse-server/users.d that is used for tweaks of users configuration. Config file /etc/clickhouse-server/config.xml already exists, will keep it and extract path info from it. /etc/clickhouse-server/config.xml has /var/lib/clickhouse/ as data path. /etc/clickhouse-server/config.xml has /var/log/clickhouse-server/ as log path. Users config file /etc/clickhouse-server/users.xml already exists, will keep it and extract users info from it. Log directory /var/log/clickhouse-server/ already exists. Creating data directory /var/lib/clickhouse/. Creating pid directory /var/run/clickhouse-server. chown -R clickhouse:clickhouse '/var/log/clickhouse-server/' chown -R clickhouse:clickhouse '/var/run/clickhouse-server' chown clickhouse:clickhouse '/var/lib/clickhouse/' groupadd -r clickhouse-bridge useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse-bridge clickhouse-bridge chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-odbc-bridge' chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-library-bridge' Password for the default user is an empty string. See /etc/clickhouse-server/users.xml and /etc/clickhouse-server/users.d to change it. Setting capabilities for clickhouse binary. This is optional. chown -R clickhouse:clickhouse '/etc/clickhouse-server' ClickHouse has been successfully installed. Start clickhouse-server with: sudo clickhouse start Start clickhouse-client with: clickhouse-client + dpkg -i package_folder/clickhouse-client_24.3.12.76.altinitystable+msan_amd64.deb Selecting previously unselected package clickhouse-client. (Reading database ... 49122 files and directories currently installed.) Preparing to unpack .../clickhouse-client_24.3.12.76.altinitystable+msan_amd64.deb ... Unpacking clickhouse-client (24.3.12.76.altinitystable+msan) ... Setting up clickhouse-client (24.3.12.76.altinitystable+msan) ... + echo '' + [[ -z '' ]] + ch --query 'SELECT 1' 1 + chl --query 'SELECT 1' 1 + chc --version ClickHouse client version 24.3.12.76.altinitystable (altinity build). + ln -s /usr/share/clickhouse-test/clickhouse-test /usr/bin/clickhouse-test + source /attach_gdb.lib ++ source /utils.lib + source /utils.lib + /usr/share/clickhouse-test/config/install.sh + DEST_SERVER_PATH=/etc/clickhouse-server + DEST_CLIENT_PATH=/etc/clickhouse-client +++ dirname /usr/share/clickhouse-test/config/install.sh ++ cd /usr/share/clickhouse-test/config ++ pwd -P + SRC_PATH=/usr/share/clickhouse-test/config + echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server' + mkdir -p /etc/clickhouse-server/config.d/ Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server + mkdir -p /etc/clickhouse-server/users.d/ + mkdir -p /etc/clickhouse-client + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/max_num_to_warn.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/blob_storage_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/graphite_alternative.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/backoff_failed_mutation.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/lost_forever_check.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/logger_trace.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/forbidden_headers.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/reverse_dns_query_function.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/disable_s3_env_credentials.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_wait_for_shutdown_replicated_tables.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/backups.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_caches_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/validate_tcp_client_information.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/zero_copy_destructive_operations.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/block_number.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/handlers.yaml /etc/clickhouse-server/config.d/ + '[' /etc/clickhouse-server = /etc/clickhouse-server ']' + ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/nonconst_timezone.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/allow_introspection_functions.yaml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/replicated_ddl_entry.xml /etc/clickhouse-server/users.d/ + [[ -n '' ]] + ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/ + ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/ + [[ -n '' ]] + rm -f /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper.xml /etc/clickhouse-server/config.d/ + [[ -n '' ]] + rm -f /etc/clickhouse-server/config.d/cannot_allocate_thread_injection.xml + value=0 + sed --follow-symlinks -i 's|[01]|0|' /etc/clickhouse-server/config.d/keeper_port.xml + value=9166848 + sed --follow-symlinks -i 's|[[:digit:]]\+|9166848|' /etc/clickhouse-server/config.d/keeper_port.xml + value=65239040 + sed --follow-symlinks -i 's|[[:digit:]]\+|65239040|' /etc/clickhouse-server/config.d/keeper_port.xml + [[ -n '' ]] + [[ -n '' ]] + [[ -n '' ]] + ARM=aarch64 ++ uname -m + OS=x86_64 + [[ -n 1 ]] + echo x86_64 + [[ '' -eq 1 ]] + [[ x86_64 == \a\a\r\c\h\6\4 ]] x86_64 Adding azure configuration + echo 'Adding azure configuration' + ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02944.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02963.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02961.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache_new.xml /etc/clickhouse-server/users.d/ + [[ -n '' ]] + ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml + [[ -n '' ]] + ./setup_minio.sh stateless + azurite-blob --blobHost 0.0.0.0 --blobPort 10000 --debug /azurite_log + export MINIO_ROOT_USER=clickhouse + MINIO_ROOT_USER=clickhouse + export MINIO_ROOT_PASSWORD=clickhouse + MINIO_ROOT_PASSWORD=clickhouse + main stateless + local query_dir ++ check_arg stateless ++ local query_dir ++ '[' '!' 1 -eq 1 ']' ++ case "$1" in ++ query_dir=0_stateless ++ echo 0_stateless + query_dir=0_stateless + '[' '!' -f ./minio ']' + start_minio + mkdir -p ./minio_data + ./minio --version Azurite Blob service is starting on 0.0.0.0:10000 Azurite Blob service successfully listens on http://0.0.0.0:10000 minio version RELEASE.2022-01-03T18-22-58Z + wait_for_it + local counter=0 + local max_counter=60 + local url=http://localhost:11111 + ./minio server --address :11111 ./minio_data + params=('--silent' '--verbose') + local params + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 0 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=1 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 1 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=2 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 2 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=3 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 3 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=4 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 4 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=5 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 5 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=6 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 6 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=7 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 7 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=8 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 8 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=9 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 9 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=10 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 10 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio API: http://172.17.0.2:11111 http://127.0.0.1:11111 Console: http://172.17.0.2:43811 http://127.0.0.1:43811 Documentation: https://docs.min.io WARNING: Console endpoint is listening on a dynamic port (43811), please use --console-address ":PORT" to choose a static port. + counter=11 + curl --silent --verbose http://localhost:11111 + grep AccessDenied AccessDeniedAccess Denied./1804E1B5B960C82Beb3c7694-de9b-41fa-9f08-81de88fee95f + lsof -i :11111 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME minio 256 root 10u IPv6 43253 0t0 TCP *:11111 (LISTEN) + sleep 5 + setup_minio stateless + local test_type=stateless + ./mc alias set clickminio http://localhost:11111 clickhouse clickhouse Added `clickminio` successfully. + ./mc admin user add clickminio test testtest Added user `test` successfully. + ./mc admin policy set clickminio readwrite user=test Policy `readwrite` is set on user `test` + ./mc mb clickminio/test Bucket created successfully `clickminio/test`. + '[' stateless = stateless ']' + ./mc policy set public clickminio/test Access permission for `clickminio/test` is set to `public` + upload_data 0_stateless /usr/share/clickhouse-test + local query_dir=0_stateless + local test_path=/usr/share/clickhouse-test + local data_path=/usr/share/clickhouse-test/queries/0_stateless/data_minio ++ ls /usr/share/clickhouse-test/queries/0_stateless/data_minio + for file in $(ls "${data_path}") + echo 02366_data.jsonl + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl clickminio/test/02366_data.jsonl 02366_data.jsonl `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl` -> `clickminio/test/02366_data.jsonl` Total: 0 B, Transferred: 0 B, Speed: 0 B/s + for file in $(ls "${data_path}") + echo 02731.arrow + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow clickminio/test/02731.arrow 02731.arrow `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow` -> `clickminio/test/02731.arrow` Total: 0 B, Transferred: 3.82 MiB, Speed: 82.47 MiB/s 02731.parquet + for file in $(ls "${data_path}") + echo 02731.parquet + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet clickminio/test/02731.parquet `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet` -> `clickminio/test/02731.parquet` Total: 0 B, Transferred: 1.57 MiB, Speed: 87.90 MiB/s 02876.parquet + for file in $(ls "${data_path}") + echo 02876.parquet + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet clickminio/test/02876.parquet `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet` -> `clickminio/test/02876.parquet` Total: 0 B, Transferred: 293 B, Speed: 31.21 KiB/s + for file in $(ls "${data_path}") + echo a.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv clickminio/test/a.tsv a.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv` -> `clickminio/test/a.tsv` Total: 0 B, Transferred: 24 B, Speed: 2.42 KiB/s + for file in $(ls "${data_path}") + echo b.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv clickminio/test/b.tsv b.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv` -> `clickminio/test/b.tsv` Total: 0 B, Transferred: 33 B, Speed: 5.17 KiB/s c.tsv + for file in $(ls "${data_path}") + echo c.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv clickminio/test/c.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv` -> `clickminio/test/c.tsv` Total: 0 B, Transferred: 33 B, Speed: 4.63 KiB/s + for file in $(ls "${data_path}") + echo tsv_with_header.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv clickminio/test/tsv_with_header.tsv tsv_with_header.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv` -> `clickminio/test/tsv_with_header.tsv` Total: 0 B, Transferred: 44 B, Speed: 6.38 KiB/s + setup_aws_credentials + local minio_root_user=clickhouse + local minio_root_password=clickhouse + mkdir -p /root/.aws + cat + ./setup_hdfs_minicluster.sh + ls -lha total 135M drwxr-xr-x 1 root root 4.0K Nov 4 21:38 . drwxr-xr-x 1 root root 4.0K Nov 4 21:38 .. -rw-rw-r-- 1 1000 1000 300 Nov 4 21:35 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 1.6K Jun 13 04:03 attach_gdb.lib -rw-r--r-- 1 root root 1.3K Nov 4 21:38 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 3.9K Nov 4 21:38 __azurite_db_blob__.json -rw-r--r-- 1 root root 1.4K Nov 4 21:38 azurite_log lrwxrwxrwx 1 root root 7 Apr 27 2024 bin -> usr/bin drwxr-xr-x 2 root root 4.0K Nov 4 21:38 __blobstorage__ drwxr-xr-x 2 root root 4.0K Apr 18 2022 boot drwxr-xr-x 5 root root 340 Nov 4 21:37 dev -rwxr-xr-x 1 root root 0 Nov 4 21:37 .dockerenv drwxr-xr-x 1 root root 4.0K Nov 4 21:38 etc drwxr-xr-x 10 1000 1000 4.0K Jun 15 2021 hadoop-3.3.1 drwxr-xr-x 2 root root 4.0K Apr 18 2022 home lrwxrwxrwx 1 root root 7 Apr 27 2024 lib -> usr/lib lrwxrwxrwx 1 root root 9 Apr 27 2024 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Apr 27 2024 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Apr 27 2024 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 21M Jun 13 04:04 mc drwxr-xr-x 2 root root 4.0K Apr 27 2024 media -rwxr-xr-x 1 root root 114M Jun 13 04:04 minio drwxr-xr-x 4 root root 4.0K Nov 4 21:38 minio_data drwxr-xr-x 2 root root 4.0K Apr 27 2024 mnt drwxr-xr-x 2 root root 4.0K Apr 27 2024 opt -rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4.0K Nov 4 21:37 package_folder dr-xr-xr-x 357 root root 0 Nov 4 21:37 proc -rwxrwxr-x 1 root root 7.9K May 14 18:27 process_functional_tests_result.py drwx------ 1 root root 4.0K Nov 4 21:38 root drwxr-xr-x 1 root root 4.0K Nov 4 21:38 run -rwxrwxr-x 1 root root 16K Jun 13 04:03 run.sh lrwxrwxrwx 1 root root 8 Apr 27 2024 sbin -> usr/sbin -rwxrwxr-x 1 root root 11K May 14 18:27 setup_export_logs.sh -rwxrwxr-x 1 root root 351 Jun 13 04:03 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3.4K Jun 13 04:03 setup_minio.sh drwxr-xr-x 2 root root 4.0K Apr 27 2024 srv -rw-rw-r-- 1 root root 13K Jun 13 04:03 stress_tests.lib dr-xr-xr-x 13 root root 0 Nov 4 21:37 sys drwxrwxr-x 2 1000 1000 4.0K Nov 4 21:37 test_output drwxrwxrwt 1 root root 4.0K Nov 4 21:38 tmp drwxr-xr-x 1 root root 4.0K Apr 27 2024 usr -rw-rw-r-- 1 root root 833 Jun 13 04:03 utils.lib drwxr-xr-x 1 root root 4.0K Apr 27 2024 var + cd hadoop-3.3.1 + export JAVA_HOME=/usr + JAVA_HOME=/usr + mkdir -p target/test/data + chown clickhouse ./target/test/data + nc -z localhost 12222 + sudo -E -u clickhouse bin/mapred minicluster -format -nomr -nnport 12222 + sleep 1 + nc -z localhost 12222 + sleep 1 + nc -z localhost 12222 + lsof -i :12222 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME java 549 clickhouse 322u IPv4 43287 0t0 TCP localhost:12222 (LISTEN) + sleep 5 + config_logs_export_cluster /etc/clickhouse-server/config.d/system_logs_export.yaml + set +x File /tmp/export-logs-config.sh does not exist, do not setup + [[ -n '' ]] + '[' 1 -gt 1 ']' + sudo clickhouse start chown -R clickhouse: '/var/run/clickhouse-server/' Will run sudo --preserve-env -u 'clickhouse' /usr/bin/clickhouse-server --config-file /etc/clickhouse-server/config.xml --pid-file /var/run/clickhouse-server/clickhouse-server.pid --daemon Waiting for server to start Waiting for server to start Server started + [[ -n '' ]] + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 127.0.0.1 - - [04/Nov/2024:21:39:12 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 - 127.0.0.1 - - [04/Nov/2024:21:39:12 +0000] "PUT /devstoreaccount1/cont/rbneqzapiprntbuwewrhrelhelrkpobg?blockid=lcvzipqjayblqgzfpcvkzjooraygncdauleiliwqyiziltxzpgogwhmfbxdomrxs&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [04/Nov/2024:21:39:12 +0000] "PUT /devstoreaccount1/cont/rbneqzapiprntbuwewrhrelhelrkpobg?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [04/Nov/2024:21:39:12 +0000] "GET /devstoreaccount1/cont/rbneqzapiprntbuwewrhrelhelrkpobg HTTP/1.1" 206 4 127.0.0.1 - - [04/Nov/2024:21:39:12 +0000] "GET /devstoreaccount1/cont/rbneqzapiprntbuwewrhrelhelrkpobg HTTP/1.1" 206 2 127.0.0.1 - - [04/Nov/2024:21:39:12 +0000] "DELETE /devstoreaccount1/cont/rbneqzapiprntbuwewrhrelhelrkpobg HTTP/1.1" 202 - + for _ in {1..100} + clickhouse-client --query 'SELECT 1' 1 + break + setup_logs_replication + set +x File /tmp/export-logs-config.sh does not exist, do not setup + attach_gdb_to_clickhouse ++ kill -l SIGRTMIN + RTMIN=34 + echo ' set follow-fork-mode parent handle SIGHUP nostop noprint pass handle SIGINT nostop noprint pass handle SIGQUIT nostop noprint pass handle SIGPIPE nostop noprint pass handle SIGTERM nostop noprint pass handle SIGUSR1 nostop noprint pass handle SIGUSR2 nostop noprint pass handle SIG34 nostop noprint pass info signals continue backtrace full thread apply all backtrace full info registers disassemble /s up disassemble /s up disassemble /s p "done" detach quit ' + sleep 5 + ts '%Y-%m-%d %H:%M:%S' ++ cat /var/run/clickhouse-server/clickhouse-server.pid + gdb -batch -command script.gdb -p 738 + run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' + [[ aehxB =~ e ]] + set_e=true + set +e + local total_retries=60 + shift + local retry=0 + '[' 0 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Connected to clickhouse-server after attaching gdb + true + set -e + return + export -f run_tests + '[' 1 -gt 1 ']' + timeout_with_logging 9720 bash -c run_tests + local exit_code=0 + timeout 9720 bash -c run_tests + read -ra ADDITIONAL_OPTIONS + HIGH_LEVEL_COVERAGE=YES + '[' 1 -gt 1 ']' + [[ -n '' ]] + [[ -n '' ]] ++ clickhouse-client --query 'SELECT value LIKE '\''%SANITIZE_COVERAGE%'\'' FROM system.build_options WHERE name = '\''CXX_FLAGS'\''' + [[ 1 == 0 ]] + ADDITIONAL_OPTIONS+=('--jobs') + ADDITIONAL_OPTIONS+=('8') + [[ -n 0 ]] + [[ -n 6 ]] + ADDITIONAL_OPTIONS+=('--run-by-hash-num') + ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_NUM") + ADDITIONAL_OPTIONS+=('--run-by-hash-total') + ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_TOTAL") + HIGH_LEVEL_COVERAGE=NO + [[ -n '' ]] + [[ NO = \Y\E\S ]] + ADDITIONAL_OPTIONS+=('--report-logs-stats') + try_run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + local total_retries=10 + shift + fn_exists run_with_retry + declare -F run_with_retry + run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + [[ hxBc =~ e ]] + set_e=false + set +e + local total_retries=10 + shift + local retry=0 + '[' 0 -ge 10 ']' + clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + false + return + set +e + clickhouse-test --testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --test-runs 1 --hung-check --print-time --jobs 8 --run-by-hash-num 0 --run-by-hash-total 6 --report-logs-stats + ts '%Y-%m-%d %H:%M:%S' + tee -a test_output/test_result.txt 2024-11-04 21:40:10 Using queries from '/usr/share/clickhouse-test/queries' directory 2024-11-04 21:40:10 Connecting to ClickHouse server... OK 2024-11-04 21:40:10 Connected to server 24.3.12.76.altinitystable @ 5b67ba5a4febfa774d6373929d551c6a697d7d92 HEAD 2024-11-04 21:40:11 Found 943 parallel tests and 95 sequential tests 2024-11-04 21:40:12 2024-11-04 21:40:12 Running about 117 stateless tests (ForkPoolWorker-3). 2024-11-04 21:40:12 2024-11-04 21:40:12 03210_nested_short_circuit_functions_bug: [ OK ] 0.71 sec. 2024-11-04 21:40:12 2024-11-04 21:40:12 Running about 117 stateless tests (ForkPoolWorker-6). 2024-11-04 21:40:12 2024-11-04 21:40:12 03165_order_by_duplicate: [ OK ] 0.77 sec. 2024-11-04 21:40:12 2024-11-04 21:40:12 Running about 117 stateless tests (ForkPoolWorker-4). 2024-11-04 21:40:12 2024-11-04 21:40:12 03165_distinct_with_window_func_crash: [ OK ] 0.83 sec. 2024-11-04 21:40:12 2024-11-04 21:40:12 Running about 117 stateless tests (ForkPoolWorker-8). 2024-11-04 21:40:12 2024-11-04 21:40:12 03142_alter_comment_parameterized_view: [ OK ] 0.84 sec. 2024-11-04 21:40:12 2024-11-04 21:40:12 Running about 117 stateless tests (ForkPoolWorker-2). 2024-11-04 21:40:12 2024-11-04 21:40:12 03230_anyHeavy_merge: [ OK ] 0.91 sec. 2024-11-04 21:40:12 2024-11-04 21:40:12 Running about 117 stateless tests (ForkPoolWorker-9). 2024-11-04 21:40:12 2024-11-04 21:40:12 03127_argMin_combinator_state: [ OK ] 0.94 sec. 2024-11-04 21:40:12 2024-11-04 21:40:12 Running about 117 stateless tests (ForkPoolWorker-7). 2024-11-04 21:40:12 2024-11-04 21:40:12 03142_untuple_crash: [ OK ] 1.01 sec. 2024-11-04 21:40:12 03032_scalars_create_as_select: [ OK ] 0.65 sec. 2024-11-04 21:40:12 03016_analyzer_groupby_fuzz_59796: [ OK ] 0.75 sec. 2024-11-04 21:40:13 2024-11-04 21:40:13 Running about 117 stateless tests (ForkPoolWorker-5). 2024-11-04 21:40:13 2024-11-04 21:40:13 03174_low_cardinality_group_by_distributed_plan: [ OK ] 1.75 sec. 2024-11-04 21:40:13 03014_group_by_use_nulls_injective_functions_and_analyzer: [ OK ] 0.73 sec. 2024-11-04 21:40:13 03015_aggregator_empty_data_multiple_blocks: [ OK ] 0.73 sec. 2024-11-04 21:40:13 03015_peder1001: [ OK ] 1.07 sec. 2024-11-04 21:40:13 03013_repeat_with_nonnative_integers: [ OK ] 0.64 sec. 2024-11-04 21:40:13 03013_position_const_start_pos: [ OK ] 0.63 sec. 2024-11-04 21:40:13 03010_read_system_parts_table_test: [ OK ] 0.85 sec. 2024-11-04 21:40:14 03014_window_view_crash: [ OK ] 1.43 sec. 2024-11-04 21:40:14 03014_msan_parse_date_time: [ OK ] 1.97 sec. 2024-11-04 21:40:14 03022_alter_materialized_view_query_has_inner_table: [ OK ] 2.33 sec. 2024-11-04 21:40:14 03003_analyzer_setting: [ OK ] 0.79 sec. 2024-11-04 21:40:14 03003_enum_and_string_compatible: [ OK ] 0.69 sec. 2024-11-04 21:40:15 02999_scalar_subqueries_bug_1: [ OK ] 1.01 sec. 2024-11-04 21:40:15 03002_int_div_decimal_with_date_bug: [ OK ] 1.58 sec. 2024-11-04 21:40:15 02999_variant_suspicious_types: [ OK ] 1.20 sec. 2024-11-04 21:40:15 03003_prql_panic: [ OK ] 2.30 sec. 2024-11-04 21:40:16 02998_projection_after_attach_partition: [ OK ] 1.27 sec. 2024-11-04 21:40:16 02998_analyzer_secret_args_tree_node: [ OK ] 0.76 sec. 2024-11-04 21:40:16 02994_inconsistent_formatting: [ OK ] 0.84 sec. 2024-11-04 21:40:17 02994_sanity_check_settings: [ OK ] 0.95 sec. 2024-11-04 21:40:17 02998_http_redirects: [ OK ] 1.54 sec. 2024-11-04 21:40:18 03003_database_filesystem_format_detection: [ OK ] 3.75 sec. 2024-11-04 21:40:18 02986_leftpad_fixedstring: [ OK ] 1.02 sec. 2024-11-04 21:40:18 02992_analyzer_group_by_const: [ OK ] 1.79 sec. 2024-11-04 21:40:18 02990_format_select_from_explain: [ OK ] 1.64 sec. 2024-11-04 21:40:18 02982_dont_infer_exponent_floats: [ OK ] 0.69 sec. 2024-11-04 21:40:19 02981_translate_fixedstring: [ OK ] 0.71 sec. 2024-11-04 21:40:19 02985_minmax_index_aggregate_function: [ OK ] 2.09 sec. 2024-11-04 21:40:20 02974_if_with_map: [ OK ] 1.29 sec. 2024-11-04 21:40:20 02974_analyzer_array_join_subcolumn: [ OK ] 1.41 sec. 2024-11-04 21:40:20 02995_forget_partition: [ OK ] 4.98 sec. 2024-11-04 21:40:20 02982_comments_in_system_tables: [ OK ] 2.71 sec. 2024-11-04 21:40:21 02973_block_number_sparse_serialization_and_mutation: [ OK ] 2.07 sec. 2024-11-04 21:40:22 02969_functions_to_subcolumns_if_null: [ OK ] 1.08 sec. 2024-11-04 21:40:22 02967_fuzz_bad_cast: [ OK ] 1.04 sec. 2024-11-04 21:40:22 02970_visible_width_behavior: [ OK ] 1.87 sec. 2024-11-04 21:40:24 02963_single_value_destructor: [ OK ] 2.04 sec. 2024-11-04 21:40:25 02980_s3_plain_DROP_TABLE_ReplicatedMergeTree: [ OK ] 6.51 sec. 2024-11-04 21:40:25 03008_uniq_exact_equal_ranges: [ OK ] 11.91 sec. 2024-11-04 21:40:25 02966_nested_offsets_subcolumn: [ OK ] 3.53 sec. 2024-11-04 21:40:25 02962_parallel_window_functions_different_partitioning: [ OK ] 0.72 sec. 2024-11-04 21:40:26 02960_alter_table_part_query_parameter: [ OK ] 0.92 sec. 2024-11-04 21:40:26 02962_join_using_bug_57894: [ OK ] 1.30 sec. 2024-11-04 21:40:26 02972_insert_deduplication_token_hierarchical_inserts_views: [ OK ] 6.27 sec. 2024-11-04 21:40:27 02943_variant_element: [ OK ] 1.02 sec. 2024-11-04 21:40:27 02972_insert_deduplication_token_hierarchical_inserts: [ OK ] 7.27 sec. 2024-11-04 21:40:28 02933_ephemeral_mv: [ OK ] 1.13 sec. 2024-11-04 21:40:28 02956_clickhouse_local_system_parts: [ OK ] 2.28 sec. 2024-11-04 21:40:31 02922_server_exit_code: [ OK ] 3.02 sec. 2024-11-04 21:40:34 02918_analyzer_to_ast_crash: [ OK ] 2.86 sec. 2024-11-04 21:40:37 02922_respect_nulls_parser: [ OK ] 7.69 sec. 2024-11-04 21:40:40 02918_join_pm_lc_crash: [ OK ] 2.43 sec. 2024-11-04 21:40:40 03012_parser_backtracking: [ OK ] 27.16 sec. 2024-11-04 21:40:40 02922_respect_nulls_extensive: [ OK ] 10.27 sec. 2024-11-04 21:40:41 02955_analyzer_using_functional_args: [ OK ] 15.72 sec. 2024-11-04 21:40:45 02918_parallel_replicas_custom_key_unavailable_replica: [ OK ] 9.10 sec. 2024-11-04 21:40:45 02916_set_formatting: [ OK ] 3.93 sec. 2024-11-04 21:40:48 02910_bad_logs_level_in_local: [ OK ] 2.71 sec. 2024-11-04 21:40:50 02911_add_index_and_materialize_index: [ OK ] 4.49 sec. 2024-11-04 21:40:52 02915_analyzer_fuzz_2: [ OK ] 8.14 sec. 2024-11-04 21:40:52 02915_analyzer_fuzz_6: [ OK ] 9.28 sec. 2024-11-04 21:40:55 02935_http_content_type_with_http_headers_progress: [ OK ] 28.98 sec. 2024-11-04 21:40:55 02910_nullable_enum_cast: [ OK ] 2.68 sec. 2024-11-04 21:40:55 02915_input_table_function_in_subquery: [ OK ] 13.16 sec. 2024-11-04 21:40:56 02908_filesystem_cache_as_collection: [ OK ] 0.79 sec. 2024-11-04 21:40:56 02932_kill_query_sleep: [ OK ] 29.45 sec. 2024-11-04 21:40:57 02901_analyzer_recursive_window: [ OK ] 1.36 sec. 2024-11-04 21:40:57 02910_object-json-crash-add-column: [ OK ] 6.45 sec. 2024-11-04 21:40:58 02908_table_ttl_dependency: [ OK ] 5.43 sec. 2024-11-04 21:40:59 02900_clickhouse_local_drop_current_database: [ OK ] 2.20 sec. 2024-11-04 21:40:59 02910_replicated_merge_parameters_must_consistent: [ OK ] 9.55 sec. 2024-11-04 21:40:59 02903_client_insert_in_background: [ OK ] 3.82 sec. 2024-11-04 21:40:59 02896_optimize_array_exists_to_has_with_date: [ OK ] 0.68 sec. 2024-11-04 21:41:00 02899_distributed_limit_by: [ OK ] 3.00 sec. 2024-11-04 21:41:01 02900_matview_create_to_errors: [ OK ] 3.87 sec. 2024-11-04 21:41:01 02899_indexing_by_space_filling_curves: [ OK ] 3.71 sec. 2024-11-04 21:41:02 02891_functions_over_sparse_columns: [ OK ] 0.91 sec. 2024-11-04 21:41:02 02907_backup_restore_flatten_nested: [ OK ] 7.04 sec. 2024-11-04 21:41:03 02895_peak_memory_usage_http_headers_regression: [ OK ] 2.28 sec. 2024-11-04 21:41:03 02890_partition_prune_in_extra_columns: [ OK ] 0.92 sec. 2024-11-04 21:41:03 02891_rename_table_without_keyword: [ OK ] 1.46 sec. 2024-11-04 21:41:03 02888_obsolete_settings: [ OK ] 0.97 sec. 2024-11-04 21:41:04 02886_binary_like: [ OK ] 1.31 sec. 2024-11-04 21:41:04 02885_create_distributed_table_without_as: [ OK ] 1.09 sec. 2024-11-04 21:41:05 02896_max_execution_time_with_break_overflow_mode: [ OK ] 6.03 sec. 2024-11-04 21:41:05 02881_system_detached_parts_modification_time: [ OK ] 1.15 sec. 2024-11-04 21:41:05 02896_leading_zeroes_no_octal: [ OK ] 6.57 sec. 2024-11-04 21:41:06 02883_read_in_reverse_order_virtual_column: [ OK ] 3.06 sec. 2024-11-04 21:41:06 02876_s3_cluster_schema_inference_names_with_spaces: [ OK ] 1.03 sec. 2024-11-04 21:41:07 02882_formatQuery: [ OK ] 3.74 sec. 2024-11-04 21:41:07 02879_use_structure_from_insertion_table_with_defaults: [ OK ] 2.71 sec. 2024-11-04 21:41:07 02875_fix_column_decimal_serialization: [ OK ] 1.10 sec. 2024-11-04 21:41:07 02874_parse_json_as_json_each_row_on_no_metadata: [ OK ] 0.73 sec. 2024-11-04 21:41:09 02875_parallel_replicas_remote: [ OK ] 3.45 sec. 2024-11-04 21:41:10 02874_json_merge_patch_function_test: [ OK ] 2.48 sec. 2024-11-04 21:41:10 02875_show_functions: [ OK ] 3.89 sec. 2024-11-04 21:41:11 02864_profile_event_part_lock: [ OK ] 0.84 sec. 2024-11-04 21:41:11 02870_per_column_settings: [ OK ] 2.42 sec. 2024-11-04 21:41:12 02863_mutation_where_in_set_result_cache_pipeline_stuck_bug: [ OK ] 1.41 sec. 2024-11-04 21:41:12 02963_remote_read_small_buffer_size_bug: [ OK ] 49.64 sec. 2024-11-04 21:41:13 02861_filter_pushdown_const_bug: [ OK ] 1.67 sec. 2024-11-04 21:41:14 02842_vertical_merge_after_add_drop_column: [ OK ] 0.94 sec. 2024-11-04 21:41:14 02842_largestTriangleThreeBuckets_aggregate_function: [ OK ] 1.89 sec. 2024-11-04 21:41:15 02845_arrayShiftRotate: [ OK ] 3.37 sec. 2024-11-04 21:41:15 02876_yyyymmddhhmmsstodatetime: [ OK ] 10.55 sec. 2024-11-04 21:41:16 02835_join_step_explain: [ OK ] 1.16 sec. 2024-11-04 21:41:17 02840_merge__table_or_filter: [ OK ] 1.77 sec. 2024-11-04 21:41:17 02835_fuzz_remove_redundant_sorting: [ OK ] 1.00 sec. 2024-11-04 21:41:18 02834_array_exists_segfault: [ OK ] 0.95 sec. 2024-11-04 21:41:18 02841_group_array_sorted: [ OK ] 3.77 sec. 2024-11-04 21:41:20 02834_timestamp_function: [ OK ] 2.58 sec. 2024-11-04 21:41:20 02833_local_udf_options: [ OK ] 2.38 sec. 2024-11-04 21:41:21 02841_parallel_final_wrong_columns_order: [ OK ] 6.98 sec. 2024-11-04 21:41:21 02831_trash: [ OK ] 0.83 sec. 2024-11-04 21:41:21 02833_local_with_dialect: [ OK ] 3.09 sec. 2024-11-04 21:41:22 02815_alias_to_length: [ OK ] 0.66 sec. 2024-11-04 21:41:22 02815_fix_not_found_constants_col_in_block: [ OK ] 0.95 sec. 2024-11-04 21:41:22 02816_check_projection_metadata: [ OK ] 1.47 sec. 2024-11-04 21:41:23 02813_func_now_and_alias: [ OK ] 0.90 sec. 2024-11-04 21:41:24 02809_has_token: [ OK ] 0.67 sec. 2024-11-04 21:41:24 02809_has_subsequence: [ OK ] 2.17 sec. 2024-11-04 21:41:25 02806_cte_block_cannot_be_empty: [ OK ] 0.79 sec. 2024-11-04 21:41:25 02874_array_random_sample: [ OK ] 18.30 sec. 2024-11-04 21:41:26 02800_transform_alter: [ OK ] 1.51 sec. 2024-11-04 21:41:27 02798_generic_transform: [ OK ] 1.01 sec. 2024-11-04 21:41:28 02843_backup_use_same_s3_credentials_for_base_backup: [ OK ] 16.31 sec. 2024-11-04 21:41:28 02802_clickhouse_disks_s3_copy: [ OK ] 3.73 sec. 2024-11-04 21:41:28 02797_range_nullable: [ OK ] 2.16 sec. 2024-11-04 21:41:29 02791_final_block_structure_mismatch_bug: [ OK ] 2.01 sec. 2024-11-04 21:41:29 02815_no_throw_in_simple_queries: [ OK ] 6.97 sec. 2024-11-04 21:41:29 02790_fix_coredump_when_compile_expression: [ OK ] 0.76 sec. 2024-11-04 21:41:30 02784_schema_inference_null_as_default: [ OK ] 0.86 sec. 2024-11-04 21:41:30 02789_functions_after_sorting_and_columns_with_same_names_bug_2: [ OK ] 1.38 sec. 2024-11-04 21:41:31 02782_values_null_to_lc_nullable: [ OK ] 0.95 sec. 2024-11-04 21:41:33 02769_compare_functions_nan: [ OK ] 2.45 sec. 2024-11-04 21:41:34 02751_multiif_to_if_crash: [ OK ] 1.06 sec. 2024-11-04 21:41:35 02790_url_multiple_tsv_files: [ OK ] 6.55 sec. 2024-11-04 21:41:37 02751_query_log_test_partitions: [ OK ] 3.12 sec. 2024-11-04 21:41:38 02737_sql_auto_is_null: [ OK ] 0.76 sec. 2024-11-04 21:41:39 02783_date_predicate_optimizations: [ OK ] 9.84 sec. 2024-11-04 21:41:39 02895_npy_format: [ OK ] 39.95 sec. 2024-11-04 21:41:40 02735_system_zookeeper_connection: [ OK ] 1.08 sec. 2024-11-04 21:41:40 02734_optimize_group_by: [ OK ] 1.01 sec. 2024-11-04 21:41:41 02734_big_int_from_float_ubsan: [ OK ] 0.80 sec. 2024-11-04 21:41:41 02741_hashed_dictionary_load_factor: [ OK ] 6.79 sec. 2024-11-04 21:41:41 02766_prql: [ OK ] 10.80 sec. 2024-11-04 21:41:42 02737_arrayJaccardIndex: [ OK ] 3.90 sec. 2024-11-04 21:41:43 02725_cnf_large_check: [ OK ] 2.03 sec. 2024-11-04 21:41:44 02716_int256_arrayfunc: [ OK ] 1.29 sec. 2024-11-04 21:41:45 02789_reading_from_s3_with_connection_pool: [ OK ] 15.95 sec. 2024-11-04 21:41:45 02721_url_cluster: [ OK ] 3.75 sec. 2024-11-04 21:41:45 02711_trim_aliases: [ OK ] 0.93 sec. 2024-11-04 21:41:46 02699_polygons_sym_difference_total: [ OK ] 0.88 sec. 2024-11-04 21:41:48 02706_kolmogorov_smirnov_test: [ OK ] 2.92 sec. 2024-11-04 21:41:48 02697_stop_reading_on_first_cancel: [ OK ] 2.20 sec. 2024-11-04 21:41:49 02718_cli_dashed_options_parsing: [ OK ] 7.16 sec. 2024-11-04 21:41:49 02692_multiple_joins_unicode: [ OK ] 1.62 sec. 2024-11-04 21:41:50 02718_parquet_metadata_format: [ OK ] 8.15 sec. 2024-11-04 21:41:50 02688_long_aggregate_function_names: [ OK ] 1.15 sec. 2024-11-04 21:41:50 02731_parallel_replicas_join_subquery: [ OK ] 9.38 sec. 2024-11-04 21:41:51 02680_default_star: [ OK ] 0.48 sec. 2024-11-04 21:41:52 02676_kafka_murmur_hash: [ OK ] 0.80 sec. 2024-11-04 21:41:52 02686_bson3: [ OK ] 2.57 sec. 2024-11-04 21:41:52 02684_bson: [ OK ] 2.22 sec. 2024-11-04 21:41:53 02674_date_int_string_json_inference: [ OK ] 0.69 sec. 2024-11-04 21:41:56 02669_alter_modify_to_nullable: [ OK ] 4.35 sec. 2024-11-04 21:41:58 02688_aggregate_states: [ OK ] 9.20 sec. 2024-11-04 21:41:59 02592_avro_records_with_same_names: [ OK ] 2.07 sec. 2024-11-04 21:41:59 02591_bson_long_tuple: [ OK ] 0.80 sec. 2024-11-04 21:42:01 02681_undrop_query_uuid: [ OK ] 10.69 sec. 2024-11-04 21:42:01 02592_avro_more_types: [ OK ] 2.79 sec. 2024-11-04 21:42:02 02577_analyzer_array_join_calc_twice: [ OK ] 1.24 sec. 2024-11-04 21:42:05 02661_quantile_approx: [ OK ] 11.99 sec. 2024-11-04 21:42:05 02575_merge_prewhere_default_expression: [ OK ] 2.19 sec. 2024-11-04 21:42:10 02565_update_empty_nested: [ OK ] 4.42 sec. 2024-11-04 21:42:11 02560_quantile_min_max: [ OK ] 1.10 sec. 2024-11-04 21:42:15 02817_structure_to_schema: [ OK ] 54.68 sec. 2024-11-04 21:42:18 02559_multiple_read_steps_in_prewhere_fuzz: [ OK ] 2.12 sec. 2024-11-04 21:42:18 02554_invalid_create_view_syntax: [ OK ] 0.56 sec. 2024-11-04 21:42:19 02570_fallback_from_async_insert: [ OK ] 13.77 sec. 2024-11-04 21:42:20 02553_type_object_analyzer: [ OK ] 1.03 sec. 2024-11-04 21:42:22 02554_log_faminy_support_storage_policy: [ OK ] 4.11 sec. 2024-11-04 21:42:22 02552_analyzer_optimize_group_by_function_keys_crash: [ OK ] 2.35 sec. 2024-11-04 21:42:26 02703_max_local_read_bandwidth: [ OK ] 40.28 sec. 2024-11-04 21:42:28 02590_interserver_mode_client_info_initial_query_start_time: [ OK ] 28.39 sec. 2024-11-04 21:42:28 02538_analyzer_create_table_as_select: [ OK ] 2.09 sec. 2024-11-04 21:42:29 02560_regexp_denial_of_service: [ OK ] 17.75 sec. 2024-11-04 21:42:29 02535_ip_parser_not_whole: [ OK ] 0.97 sec. 2024-11-04 21:42:30 02540_date_column_consistent_insert_behaviour: [ OK ] 6.98 sec. 2024-11-04 21:42:31 02523_range_const_start: [ OK ] 0.74 sec. 2024-11-04 21:42:31 02525_different_engines_in_temporary_tables: [ OK ] 2.30 sec. 2024-11-04 21:42:35 02668_parse_datetime_in_joda_syntax: [ OK ] 42.93 sec. 2024-11-04 21:42:35 02539_settings_alias: [ OK ] 12.67 sec. 2024-11-04 21:42:36 02531_two_level_aggregation_bug: [ OK ] 6.90 sec. 2024-11-04 21:42:36 02518_parquet_arrow_orc_boolean_value: [ OK ] 4.24 sec. 2024-11-04 21:42:37 02515_projections_with_totals: [ OK ] 1.30 sec. 2024-11-04 21:42:38 02517_avro_bool_type: [ OK ] 2.46 sec. 2024-11-04 21:42:38 02515_and_or_if_multiif_not_return_lc: [ OK ] 0.91 sec. 2024-11-04 21:42:38 02534_parquet_fixed_binary_array: [ OK ] 9.98 sec. 2024-11-04 21:42:38 02515_aggregate_functions_statistics: [ OK ] 2.50 sec. 2024-11-04 21:42:39 02515_analyzer_null_for_empty: [ OK ] 0.83 sec. 2024-11-04 21:42:39 02513_broken_datetime64_init_on_mac: [ OK ] 0.87 sec. 2024-11-04 21:42:40 02514_bad_index_granularity: [ OK ] 1.38 sec. 2024-11-04 21:42:41 02510_group_by_prewhere_null: [ OK ] 1.81 sec. 2024-11-04 21:42:41 02508_index_analysis_to_date_timezone: [ OK ] 1.60 sec. 2024-11-04 21:42:41 02513_prewhere_combine_step_filters: [ OK ] 3.03 sec. 2024-11-04 21:42:43 02500_analyzer_storage_view_crash_fix: [ OK ] 2.04 sec. 2024-11-04 21:42:44 02494_parser_string_binary_literal: [ OK ] 1.60 sec. 2024-11-04 21:42:46 02517_infer_uint64_in_case_of_int64_overflow: [ OK ] 10.47 sec. 2024-11-04 21:42:46 02494_optimize_group_by_function_keys_and_alias_columns: [ OK ] 1.76 sec. 2024-11-04 21:42:47 02494_analyzer_compound_expression_crash_fix: [ OK ] 1.26 sec. 2024-11-04 21:42:49 02493_do_not_assume_that_the_original_query_was_valid_when_transforming_joins: [ OK ] 1.92 sec. 2024-11-04 21:42:51 02494_zero_copy_and_projection_and_mutation_work_together: [ OK ] 9.42 sec. 2024-11-04 21:42:52 02493_numeric_literals_with_underscores: [ OK ] 5.96 sec. 2024-11-04 21:42:53 02491_part_log_has_table_uuid: [ OK ] 3.62 sec. 2024-11-04 21:42:56 02482_value_block_parsing: [ OK ] 2.81 sec. 2024-11-04 21:42:56 02486_truncate_and_unexpected_parts: [ OK ] 4.95 sec. 2024-11-04 21:42:57 02481_low_cardinality_with_short_circuit_functins: [ OK ] 1.78 sec. 2024-11-04 21:42:58 02481_analyzer_optimize_aggregation_arithmetics: [ OK ] 5.45 sec. 2024-11-04 21:42:58 02481_analyzer_optimize_grouping_sets_keys: [ OK ] 1.00 sec. 2024-11-04 21:42:59 02481_xxh3_hash_function: [ OK ] 1.09 sec. 2024-11-04 21:43:01 02481_pk_analysis_with_enum_to_string: [ OK ] 2.80 sec. 2024-11-04 21:43:02 02480_suspicious_lowcard_in_key: [ OK ] 2.75 sec. 2024-11-04 21:43:02 02481_i43247_ubsan_in_minmaxany: [ OK ] 6.20 sec. 2024-11-04 21:43:04 02521_incorrect_dealy_for_insert_bug_44902: [ OK ] 33.11 sec. 2024-11-04 21:43:04 02478_analyzer_table_expression_aliases: [ OK ] 2.01 sec. 2024-11-04 21:43:04 02500_bson_read_object_id: [ OK ] 24.70 sec. 2024-11-04 21:43:06 02478_window_frame_type_groups: [ OK ] 1.54 sec. 2024-11-04 21:43:06 02476_analyzer_join_with_unused_columns: [ OK ] 1.19 sec. 2024-11-04 21:43:07 02479_mysql_connect_to_self: [ OK ] 4.38 sec. 2024-11-04 21:43:07 02480_client_option_print_num_processed_rows: [ OK ] 5.43 sec. 2024-11-04 21:43:07 02476_fix_lambda_parsing: [ OK ] 1.81 sec. 2024-11-04 21:43:08 02476_fuse_sum_count: [ OK ] 2.31 sec. 2024-11-04 21:43:08 02477_age_date32: [ OK ] 3.91 sec. 2024-11-04 21:43:09 02474_fix_function_parser_bug: [ OK ] 0.63 sec. 2024-11-04 21:43:09 02475_join_bug_42832: [ OK ] 1.54 sec. 2024-11-04 21:43:10 02475_analysis_of_variance: [ OK ] 2.45 sec. 2024-11-04 21:43:10 02466_distributed_query_profiler: [ OK ] 1.77 sec. 2024-11-04 21:43:14 02465_limit_trivial_max_rows_to_read: [ OK ] 4.55 sec. 2024-11-04 21:43:18 02496_remove_redundant_sorting: [ OK ] 36.95 sec. 2024-11-04 21:43:20 02458_empty_hdfs_url: [ OK ] 1.68 sec. 2024-11-04 21:43:24 02461_mullable_pk_monotonicity_bug: [ OK ] 10.32 sec. 2024-11-04 21:43:27 02461_alter_update_respect_part_column_type_bug: [ OK ] 16.68 sec. 2024-11-04 21:43:28 02458_insert_select_progress_tcp: [ OK ] 7.45 sec. 2024-11-04 21:43:30 02457_filesystem_function: [ OK ] 2.75 sec. 2024-11-04 21:43:32 02457_csv_parse_date_out_of_range: [ OK ] 7.42 sec. 2024-11-04 21:43:35 02456_test_zero_copy_mutation: [ OK ] 2.80 sec. 2024-11-04 21:43:39 02456_bloom_filter_assert: [ OK ] 11.04 sec. 2024-11-04 21:43:41 02461_cancel_finish_race: [ OK ] 31.49 sec. 2024-11-04 21:43:44 02455_improve_feedback_when_replacing_partition_with_different_primary_key: [ OK ] 3.99 sec. 2024-11-04 21:43:45 02456_keeper_retries_during_insert: [ OK ] 9.55 sec. 2024-11-04 21:43:46 02430_initialize_aggregation_with_combinators: [ OK ] 0.86 sec. 2024-11-04 21:43:46 02454_disable_mergetree_with_lightweight_delete_column: [ OK ] 4.57 sec. 2024-11-04 21:43:46 02456_async_inserts_logs: [ OK ] 15.69 sec. 2024-11-04 21:43:47 02426_pod_array_overflow_2: [ OK ] 1.02 sec. 2024-11-04 21:43:47 02422_read_numbers_as_strings: [ OK ] 0.83 sec. 2024-11-04 21:43:49 02440_mutations_finalization: [ OK ] 4.50 sec. 2024-11-04 21:43:51 02420_stracktrace_debug_symbols: [ OK ] 3.86 sec. 2024-11-04 21:43:51 02416_rocksdb_delete_update: [ OK ] 2.34 sec. 2024-11-04 21:43:51 02417_null_variadic_behaviour: [ OK ] 4.31 sec. 2024-11-04 21:43:52 02415_all_new_functions_must_be_documented: [ OK ] 0.99 sec. 2024-11-04 21:43:52 02407_array_element_from_map_wrong_type: [ OK ] 1.17 sec. 2024-11-04 21:43:52 02412_nlp: [ OK ] 1.28 sec. 2024-11-04 21:43:52 02394_every_profile_event_must_have_documentation: [ OK ] 0.80 sec. 2024-11-04 21:43:52 02383_join_and_filtering_set: [ SKIPPED ] 0.00 sec. - not running for current build 2024-11-04 21:43:53 02392_every_setting_must_have_documentation: [ OK ] 0.79 sec. 2024-11-04 21:43:55 02581_share_big_sets_between_mutation_tasks: [ OK ] 114.32 sec. 2024-11-04 21:43:55 02385_analyzer_aliases_compound_expression: [ OK ] 2.79 sec. 2024-11-04 21:43:55 02381_client_prints_server_side_time: [ SKIPPED ] 0.00 sec. - not running for current build 2024-11-04 21:43:55 02381_arrow_dict_to_lc: [ OK ] 2.20 sec. 2024-11-04 21:43:57 02380_analyzer_join_sample: [ OK ] 1.29 sec. 2024-11-04 21:43:58 02377_analyzer_in_function_set: [ OK ] 1.13 sec. 2024-11-04 21:43:59 02375_scalar_lc_cte: [ OK ] 0.78 sec. 2024-11-04 21:44:00 02874_parquet_multiple_batches_array_inconsistent_offsets: [ OK ] 173.00 sec. 2024-11-04 21:44:04 02383_arrow_dict_special_cases: [ OK ] 11.46 sec. 2024-11-04 21:44:05 02381_compress_marks_and_primary_key: [ OK ] 9.39 sec. 2024-11-04 21:44:05 02371_create_temporary_table_as_with_columns_list: [ OK ] 0.72 sec. 2024-11-04 21:44:05 02378_part_log_profile_events: [ OK ] 9.80 sec. 2024-11-04 21:44:06 02368_analyzer_table_functions: [ OK ] 0.98 sec. 2024-11-04 21:44:07 02367_analyzer_table_alias_columns: [ OK ] 1.35 sec. 2024-11-04 21:44:07 02366_explain_query_tree: [ OK ] 1.25 sec. 2024-11-04 21:44:08 02366_window_function_order_by: [ OK ] 0.80 sec. 2024-11-04 21:44:08 02476_analyzer_identifier_hints: [ OK ] 61.25 sec. 2024-11-04 21:44:08 02366_normalize_aggregate_function_types_and_states: [ OK ] 1.00 sec. 2024-11-04 21:44:09 02364_dictionary_datetime_64_attribute_crash: [ OK ] 1.18 sec. 2024-11-04 21:44:12 02359_send_logs_source_regexp: [ OK ] 2.34 sec. 2024-11-04 21:44:12 02360_send_logs_level_colors: [ OK ] 3.68 sec. 2024-11-04 21:44:13 02355_column_type_name_lc: [ OK ] 0.82 sec. 2024-11-04 21:44:14 02354_tuple_element_with_default: [ OK ] 1.27 sec. 2024-11-04 21:44:14 02366_kql_summarize: [ OK ] 6.83 sec. 2024-11-04 21:44:15 02354_numeric_literals_with_underscores: [ OK ] 0.95 sec. 2024-11-04 21:44:15 02353_ascii: [ OK ] 0.94 sec. 2024-11-04 21:44:16 02353_partition_prune_nullable_key: [ OK ] 0.94 sec. 2024-11-04 21:44:17 02374_analyzer_join_using: [ OK ] 18.23 sec. 2024-11-04 21:44:18 02346_to_hour_monotonicity_fix: [ OK ] 1.52 sec. 2024-11-04 21:44:18 02353_translate: [ OK ] 2.28 sec. 2024-11-04 21:44:20 02346_position_countsubstrings_zero_byte: [ OK ] 1.85 sec. 2024-11-04 21:44:20 02357_query_cancellation_race: [ OK ] 8.64 sec. 2024-11-04 21:44:22 02345_create_table_allow_trailing_comma: [ OK ] 1.43 sec. 2024-11-04 21:44:22 02345_filesystem_local: [ OK ] 2.51 sec. 2024-11-04 21:44:24 02343_aggregation_pipeline: [ OK ] 2.35 sec. 2024-11-04 21:44:25 02346_into_outfile_and_stdout: [ OK ] 6.80 sec. 2024-11-04 21:44:25 02341_global_join_cte: [ OK ] 2.76 sec. 2024-11-04 21:44:25 02336_sort_optimization_with_fill: [ OK ] 0.86 sec. 2024-11-04 21:44:27 02317_functions_with_nothing: [ OK ] 1.28 sec. 2024-11-04 21:44:27 02324_map_combinator_bug: [ OK ] 1.67 sec. 2024-11-04 21:44:27 02335_column_ttl_expired_column_optimization: [ OK ] 2.71 sec. 2024-11-04 21:44:28 02316_const_string_intersact: [ OK ] 0.78 sec. 2024-11-04 21:44:28 02316_cast_to_ip_address_default_column: [ OK ] 1.57 sec. 2024-11-04 21:44:29 02315_pmj_union_ubsan_35857: [ OK ] 0.84 sec. 2024-11-04 21:44:30 02372_analyzer_join: [ OK ] 29.89 sec. 2024-11-04 21:44:30 02315_optimize_monotonous_functions_in_order_by_remote: [ OK ] 0.98 sec. 2024-11-04 21:44:30 02370_lost_part_intersecting_merges: [ OK ] 25.87 sec. 2024-11-04 21:44:31 02311_normalize_utf8_constant: [ OK ] 0.64 sec. 2024-11-04 21:44:31 02315_readonly_create_function: [ OK ] 2.62 sec. 2024-11-04 21:44:32 02311_hashed_array_dictionary_hierarchical_functions: [ OK ] 2.08 sec. 2024-11-04 21:44:32 02306_rowbinary_has_no_bom: [ OK ] 1.65 sec. 2024-11-04 21:44:33 02302_clash_const_aggegate_join: [ OK ] 1.87 sec. 2024-11-04 21:44:34 02293_h3_line: [ OK ] 2.18 sec. 2024-11-04 21:44:36 02317_distinct_in_order_optimization: [ OK ] 9.01 sec. 2024-11-04 21:44:36 02290_client_insert_cancel: [ OK ] 3.09 sec. 2024-11-04 21:44:36 02285_hex_bin_support_more_types: [ OK ] 1.94 sec. 2024-11-04 21:44:38 02267_output_format_prometheus: [ OK ] 1.42 sec. 2024-11-04 21:44:38 02294_floating_point_second_in_settings: [ OK ] 6.71 sec. 2024-11-04 21:44:38 02260_alter_compact_part_drop_nested_column: [ OK ] 2.07 sec. 2024-11-04 21:44:39 02251_last_day_of_month: [ OK ] 1.17 sec. 2024-11-04 21:44:41 02293_ttest_large_samples: [ OK ] 8.31 sec. 2024-11-04 21:44:42 02244_make_datetime: [ OK ] 2.73 sec. 2024-11-04 21:44:42 02243_in_ip_address: [ OK ] 0.95 sec. 2024-11-04 21:44:42 02242_optimize_to_subcolumns_no_storage: [ OK ] 0.76 sec. 2024-11-04 21:44:44 02243_make_date32_mysql: [ OK ] 2.57 sec. 2024-11-04 21:44:45 02242_throw_if_constant_argument: [ OK ] 0.83 sec. 2024-11-04 21:44:46 02234_position_case_insensitive_utf8: [ OK ] 0.83 sec. 2024-11-04 21:44:46 02250_lots_of_columns_in_csv_with_names: [ OK ] 8.44 sec. 2024-11-04 21:44:48 02233_optimize_aggregation_in_order_prefix: [ OK ] 2.04 sec. 2024-11-04 21:44:49 02421_truncate_isolation_no_merges: [ OK ] 62.35 sec. 2024-11-04 21:44:49 02228_unquoted_dates_in_csv_schema_inference: [ OK ] 2.38 sec. 2024-11-04 21:44:49 02220_array_join_format: [ OK ] 0.71 sec. 2024-11-04 21:44:50 02224_parallel_distributed_insert_select_cluster: [ OK ] 2.12 sec. 2024-11-04 21:44:52 02207_s3_content_type: [ OK ] 3.32 sec. 2024-11-04 21:44:53 02189_join_type_conversion: [ OK ] 0.78 sec. 2024-11-04 21:44:54 02242_case_insensitive_column_matching: [ OK ] 11.71 sec. 2024-11-04 21:44:54 02206_format_override: [ OK ] 4.88 sec. 2024-11-04 21:44:54 02185_arraySlice_negative_offset_size: [ OK ] 1.32 sec. 2024-11-04 21:44:55 02205_postgresql_functions: [ OK ] 4.30 sec. 2024-11-04 21:44:55 02184_ipv6_select_parsing: [ OK ] 1.02 sec. 2024-11-04 21:44:56 02184_ipv6_cast_test: [ OK ] 0.85 sec. 2024-11-04 21:44:56 02184_range_hashed_dictionary_outside_range_values: [ OK ] 1.08 sec. 2024-11-04 21:44:56 02184_storage_add_support_ttl: [ OK ] 1.87 sec. 2024-11-04 21:44:57 02246_is_secure_query_log: [ OK ] 18.54 sec. 2024-11-04 21:44:58 02181_dictionary_attach_detach: [ OK ] 1.87 sec. 2024-11-04 21:44:58 02177_sum_if_not_found: [ OK ] 1.67 sec. 2024-11-04 21:44:58 02161_addressToLineWithInlines: [ SKIPPED ] 0.00 sec. - not running for current build 2024-11-04 21:44:58 02179_bool_type: [ OK ] 2.84 sec. 2024-11-04 21:44:59 02165_h3_edge_length_km: [ OK ] 1.30 sec. 2024-11-04 21:44:59 02160_h3_hex_area_Km2: [ OK ] 1.21 sec. 2024-11-04 21:44:59 02346_read_in_order_fixed_prefix: [ OK ] 42.23 sec. 2024-11-04 21:45:00 02183_dictionary_date_types: [ OK ] 4.35 sec. 2024-11-04 21:45:00 02158_ztest: [ OK ] 1.06 sec. 2024-11-04 21:45:00 02158_proportions_ztest: [ OK ] 1.50 sec. 2024-11-04 21:45:01 02154_bitmap_contains: [ OK ] 0.73 sec. 2024-11-04 21:45:01 02148_cast_type_parsing: [ OK ] 0.72 sec. 2024-11-04 21:45:01 02147_order_by_optimizations: [ OK ] 1.21 sec. 2024-11-04 21:45:02 02155_dictionary_comment: [ OK ] 2.52 sec. 2024-11-04 21:45:02 02142_http_with_query_parameters: [ OK ] 1.65 sec. 2024-11-04 21:45:02 02133_issue_32458: [ OK ] 1.01 sec. 2024-11-04 21:45:03 02128_cast_nullable: [ OK ] 0.85 sec. 2024-11-04 21:45:03 02158_ztest_cmp: [ OK ] 3.93 sec. 2024-11-04 21:45:04 02136_kill_scalar_queries: [ OK ] 2.97 sec. 2024-11-04 21:45:04 02131_row_policies_combination: [ OK ] 2.27 sec. 2024-11-04 21:45:05 02125_constant_if_condition_and_not_existing_column: [ OK ] 1.18 sec. 2024-11-04 21:45:05 02126_url_auth: [ OK ] 2.27 sec. 2024-11-04 21:45:05 02125_transform_decimal_bug: [ OK ] 1.02 sec. 2024-11-04 21:45:07 02124_insert_deduplication_token: [ OK ] 1.69 sec. 2024-11-04 21:45:09 02271_replace_partition_many_tables: [ OK ] 32.42 sec. 2024-11-04 21:45:16 02124_insert_deduplication_token_materialized_views: [ OK ] 11.06 sec. 2024-11-04 21:45:16 02122_parallel_formatting_JSONCompactEachRowWithNames: [ OK ] 9.18 sec. 2024-11-04 21:45:18 02124_buffer_with_type_map_long: [ OK ] 13.55 sec. 2024-11-04 21:45:20 02125_lz4_compression_bug_CSV: [ OK ] 16.44 sec. 2024-11-04 21:45:22 02122_parallel_formatting_Vertical: [ OK ] 13.36 sec. 2024-11-04 21:45:23 02122_parallel_formatting_JSONCompactEachRowWithNamesAndTypes: [ OK ] 6.87 sec. 2024-11-04 21:45:24 02122_parallel_formatting_JSON: [ OK ] 8.01 sec. 2024-11-04 21:45:24 02125_lz4_compression_bug_Values: [ OK ] 20.58 sec. 2024-11-04 21:45:25 02122_parallel_formatting_TSV: [ OK ] 6.09 sec. 2024-11-04 21:45:28 02121_pager: [ OK ] 3.17 sec. 2024-11-04 21:45:28 02174_cte_scalar_cache_mv: [ OK ] 31.05 sec. 2024-11-04 21:45:29 02113_base64encode_trailing_bytes_1: [ OK ] 0.84 sec. 2024-11-04 21:45:29 02122_parallel_formatting_RowBinaryWithNames: [ OK ] 6.74 sec. 2024-11-04 21:45:29 02113_format_row: [ OK ] 0.96 sec. 2024-11-04 21:45:30 02112_skip_index_set_and_or: [ OK ] 0.92 sec. 2024-11-04 21:45:30 02122_join_group_by_timeout: [ OK ] 6.99 sec. 2024-11-04 21:45:31 02473_multistep_prewhere: [ OK ] 142.81 sec. 2024-11-04 21:45:31 02122_parallel_formatting_JSONCompact: [ OK ] 7.13 sec. 2024-11-04 21:45:31 02111_with_fill_no_rows: [ OK ] 1.10 sec. 2024-11-04 21:45:32 02112_delayed_clickhouse_client_with_queries_file: [ OK ] 2.52 sec. 2024-11-04 21:45:32 02097_initializeAggregationNullable: [ OK ] 1.03 sec. 2024-11-04 21:45:33 02110_clickhouse_local_custom_tld: [ OK ] 2.28 sec. 2024-11-04 21:45:33 02112_delayed_clickhouse_local: [ OK ] 4.18 sec. 2024-11-04 21:45:33 02097_polygon_dictionary_store_key: [ OK ] 1.87 sec. 2024-11-04 21:45:33 02039_group_by_with_totals_having: [ OK ] 1.00 sec. 2024-11-04 21:45:34 02025_having_filter_column: [ OK ] 0.95 sec. 2024-11-04 21:45:35 02122_parallel_formatting_PrettyCompactNoEscapes: [ OK ] 14.34 sec. 2024-11-04 21:45:35 02025_nested_func_for_if_combinator: [ OK ] 2.12 sec. 2024-11-04 21:45:36 02027_ngrams: [ OK ] 2.47 sec. 2024-11-04 21:45:36 02024_compile_expressions_with_short_circuit_evaluation: [ OK ] 0.82 sec. 2024-11-04 21:45:37 02021_h3_is_res_classIII: [ OK ] 1.11 sec. 2024-11-04 21:45:40 02122_parallel_formatting_PrettyNoEscapes: [ OK ] 16.33 sec. 2024-11-04 21:45:42 02021_exponential_sum_shard: [ OK ] 5.02 sec. 2024-11-04 21:45:43 02016_agg_empty_result_bug_28880: [ OK ] 1.40 sec. 2024-11-04 21:45:45 02021_create_database_with_comment: [ OK ] 9.16 sec. 2024-11-04 21:45:48 02025_storage_filelog_virtual_col: [ OK ] 13.57 sec. 2024-11-04 21:45:48 02015_async_inserts_2: [ OK ] 4.96 sec. 2024-11-04 21:45:49 02017_bit_shift_left_for_string_integer: [ OK ] 7.95 sec. 2024-11-04 21:45:50 02012_sha512_fixedstring: [ OK ] 1.22 sec. 2024-11-04 21:45:50 02012_zookeeper_changed_enum_type: [ OK ] 1.65 sec. 2024-11-04 21:45:50 02013_json_function_null_column: [ OK ] 5.44 sec. 2024-11-04 21:45:51 02024_join_on_or_long: [ OK ] 15.15 sec. 2024-11-04 21:45:52 02009_body_query_params: [ OK ] 1.88 sec. 2024-11-04 21:45:54 02013_zlib_read_after_eof: [ OK ] 5.60 sec. 2024-11-04 21:45:54 02007_join_use_nulls: [ OK ] 1.61 sec. 2024-11-04 21:45:55 02046_low_cardinality_parallel_group_by: [ OK ] 22.75 sec. 2024-11-04 21:45:55 02007_ipv4_and_ipv6_to_and_from_string: [ OK ] 4.06 sec. 2024-11-04 21:45:55 02003_WithMergeableStateAfterAggregationAndLimit_LIMIT_BY_LIMIT_OFFSET: [ OK ] 1.67 sec. 2024-11-04 21:45:56 02011_normalize_utf8: [ OK ] 5.96 sec. 2024-11-04 21:45:56 01958_partial_hour_timezone: [ OK ] 0.99 sec. 2024-11-04 21:45:57 02010_lc_native: [ OK ] 6.93 sec. 2024-11-04 21:45:58 02030_rocksdb_race_long: [ OK ] 25.14 sec. 2024-11-04 21:45:58 02001_append_output_file: [ OK ] 3.05 sec. 2024-11-04 21:45:58 02003_compress_bz2: [ OK ] 3.63 sec. 2024-11-04 21:46:02 01945_show_debug_warning: [ OK ] 4.56 sec. 2024-11-04 21:46:02 01950_kill_large_group_by_query: [ OK ] 5.76 sec. 2024-11-04 21:46:02 01942_dateTimeToSnowflake: [ OK ] 3.98 sec. 2024-11-04 21:46:03 01940_point_in_polygon_ubsan: [ OK ] 0.77 sec. 2024-11-04 21:46:03 01940_totimezone_operator_monotonicity: [ OK ] 1.10 sec. 2024-11-04 21:46:04 01944_insert_partition_by: [ OK ] 5.85 sec. 2024-11-04 21:46:04 01938_joins_identifiers: [ OK ] 1.30 sec. 2024-11-04 21:46:04 01937_nested_chinese: [ OK ] 1.05 sec. 2024-11-04 21:46:05 01947_mv_subquery: [ OK ] 8.63 sec. 2024-11-04 21:46:05 01922_array_join_with_index: [ OK ] 1.25 sec. 2024-11-04 21:46:05 02100_multiple_hosts_command_line_set_ssl: [ OK ] 34.12 sec. 2024-11-04 21:46:06 01926_date_date_time_supertype: [ OK ] 1.62 sec. 2024-11-04 21:46:06 01921_test_progress_bar: [ OK ] 0.74 sec. 2024-11-04 21:46:06 01921_with_fill_with_totals: [ OK ] 0.99 sec. 2024-11-04 21:46:06 01943_query_id_check: [ OK ] 8.11 sec. 2024-11-04 21:46:07 01913_names_of_tuple_literal: [ OK ] 0.81 sec. 2024-11-04 21:46:07 01917_system_data_skipping_indices: [ OK ] 2.03 sec. 2024-11-04 21:46:07 01906_partition_by_multiply_by_zero: [ OK ] 1.12 sec. 2024-11-04 21:46:08 01901_in_literal_shard_prune: [ OK ] 1.11 sec. 2024-11-04 21:46:09 01891_not_like_partition_prune: [ OK ] 1.11 sec. 2024-11-04 21:46:09 01891_partition_hash_no_long_int: [ OK ] 1.31 sec. 2024-11-04 21:46:09 01925_map_populate_series_on_map: [ OK ] 5.43 sec. 2024-11-04 21:46:10 01917_prewhere_column_type: [ OK ] 3.80 sec. 2024-11-04 21:46:10 01893_jit_aggregation_function_min_long: [ OK ] 3.37 sec. 2024-11-04 21:46:10 02003_memory_limit_in_client: [ OK ] 16.17 sec. 2024-11-04 21:46:11 01869_reinterpret_as_fixed_string_uuid: [ OK ] 0.70 sec. 2024-11-04 21:46:11 01882_scalar_subquery_exception: [ OK ] 2.32 sec. 2024-11-04 21:46:11 01872_functions_to_subcolumns: [ OK ] 1.79 sec. 2024-11-04 21:46:12 01890_jit_aggregation_function_sum_long: [ OK ] 4.02 sec. 2024-11-04 21:46:12 01851_s2_to_geo: [ OK ] 0.70 sec. 2024-11-04 21:46:13 01832_memory_write_suffix: [ OK ] 0.96 sec. 2024-11-04 21:46:13 01831_max_streams: [ OK ] 0.81 sec. 2024-11-04 21:46:13 01866_bit_positions_to_array: [ OK ] 2.70 sec. 2024-11-04 21:46:13 01845_add_testcase_for_arrayElement: [ OK ] 1.41 sec. 2024-11-04 21:46:13 01890_state_of_state: [ OK ] 4.84 sec. 2024-11-04 21:46:14 01825_type_json_ephemeral: [ OK ] 1.10 sec. 2024-11-04 21:46:14 01854_HTTP_dict_decompression: [ OK ] 3.53 sec. 2024-11-04 21:46:15 01882_total_rows_approx: [ OK ] 5.06 sec. 2024-11-04 21:46:16 01825_type_json_field: [ OK ] 1.47 sec. 2024-11-04 21:46:16 01825_type_json_1: [ OK ] 3.18 sec. 2024-11-04 21:46:17 01825_type_json_empty_string: [ OK ] 0.96 sec. 2024-11-04 21:46:17 01825_type_json_3: [ OK ] 3.66 sec. 2024-11-04 21:46:18 01825_type_json_mutations: [ OK ] 1.55 sec. 2024-11-04 21:46:19 01825_type_json_15: [ OK ] 6.38 sec. 2024-11-04 21:46:19 01821_join_table_mutation: [ OK ] 1.97 sec. 2024-11-04 21:46:19 01825_type_json_13: [ OK ] 6.32 sec. 2024-11-04 21:46:20 01818_move_partition_simple: [ OK ] 2.01 sec. 2024-11-04 21:46:20 01818_case_float_value_fangyc: [ OK ] 0.73 sec. 2024-11-04 21:46:20 01813_quantileBfloat16_nans: [ OK ] 0.84 sec. 2024-11-04 21:46:21 01812_has_generic: [ OK ] 0.80 sec. 2024-11-04 21:46:21 01817_storage_buffer_parameters: [ OK ] 1.50 sec. 2024-11-04 21:46:21 01795_TinyLog_rwlock_ub: [ OK ] 1.02 sec. 2024-11-04 21:46:22 01825_type_json_4: [ OK ] 7.52 sec. 2024-11-04 21:46:23 01927_query_views_log_matview_exceptions: [ OK ] 19.60 sec. 2024-11-04 21:46:24 01780_column_sparse_distinct: [ OK ] 1.57 sec. 2024-11-04 21:46:25 01776_decrypt_aead_size_check: [ OK ] 1.13 sec. 2024-11-04 21:46:26 01774_tuple_null_in: [ OK ] 0.74 sec. 2024-11-04 21:46:26 01822_short_circuit: [ OK ] 9.32 sec. 2024-11-04 21:46:26 01780_column_sparse_tuple: [ OK ] 3.49 sec. 2024-11-04 21:46:27 01771_datetime64_no_time_part: [ OK ] 1.07 sec. 2024-11-04 21:46:28 01783_parallel_formatting_memory: [ OK ] 6.88 sec. 2024-11-04 21:46:28 01773_datetime64_add_ubsan: [ OK ] 1.80 sec. 2024-11-04 21:46:28 01762_deltasumtimestamp: [ OK ] 1.66 sec. 2024-11-04 21:46:29 01788_update_nested_type_subcolumn_check: [ OK ] 8.38 sec. 2024-11-04 21:46:30 01720_engine_file_empty_if_not_exists: [ OK ] 1.44 sec. 2024-11-04 21:46:30 01798_uniq_theta_sketch: [ OK ] 10.16 sec. 2024-11-04 21:46:30 01753_optimize_aggregation_in_order: [ OK ] 2.85 sec. 2024-11-04 21:46:31 01746_extract_text_from_html: [ OK ] 3.05 sec. 2024-11-04 21:46:32 01710_order_by_projections_incomplete: [ OK ] 1.97 sec. 2024-11-04 21:46:32 01710_projections_group_by_no_key: [ OK ] 1.57 sec. 2024-11-04 21:46:32 01710_projection_optimize_group_by_function_keys: [ OK ] 1.68 sec. 2024-11-04 21:46:32 01710_normal_projection_with_query_plan_optimization: [ OK ] 2.80 sec. 2024-11-04 21:46:33 01710_normal_projection_join_plan_fix: [ OK ] 1.77 sec. 2024-11-04 21:46:34 01710_projection_group_by_order_by: [ OK ] 1.70 sec. 2024-11-04 21:46:34 01710_projection_row_policy: [ OK ] 2.09 sec. 2024-11-04 21:46:34 01710_projection_array_join: [ OK ] 1.04 sec. 2024-11-04 21:46:34 01710_projection_drop_if_exists: [ OK ] 2.04 sec. 2024-11-04 21:46:34 01746_forbid_drop_column_referenced_by_mv: [ OK ] 6.30 sec. 2024-11-04 21:46:34 01710_projections_and_duplicate_columms: [ OK ] 2.45 sec. 2024-11-04 21:46:35 01703_rewrite_aggregate_function_case_insensitive: [ OK ] 0.93 sec. 2024-11-04 21:46:35 01702_toDateTime_from_string_clamping: [ OK ] 1.14 sec. 2024-11-04 21:46:36 01700_mod_negative_type_promotion: [ OK ] 1.36 sec. 2024-11-04 21:46:36 01702_rewrite_avg_for_algebraic_optimization: [ OK ] 1.80 sec. 2024-11-04 21:46:36 01710_aggregate_projection_with_monotonic_key_expr: [ OK ] 2.08 sec. 2024-11-04 21:46:37 01710_projection_with_ast_rewrite_settings: [ OK ] 2.81 sec. 2024-11-04 21:46:37 01700_point_in_polygon_ubsan: [ OK ] 1.66 sec. 2024-11-04 21:46:37 01685_json_extract_double_as_float: [ OK ] 1.22 sec. 2024-11-04 21:46:37 01680_predicate_pushdown_union_distinct_subquery: [ OK ] 0.84 sec. 2024-11-04 21:46:38 01825_type_json_nbagames: [ OK ] 23.29 sec. 2024-11-04 21:46:38 01669_test_toYear_mysql_dialect: [ OK ] 0.81 sec. 2024-11-04 21:46:38 01680_date_time_add_ubsan: [ OK ] 2.14 sec. 2024-11-04 21:46:39 01671_aggregate_function_group_bitmap_data: [ OK ] 1.53 sec. 2024-11-04 21:46:39 01670_distributed_bytes_to_throw_insert: [ OK ] 1.57 sec. 2024-11-04 21:46:39 01674_clickhouse_client_query_param_cte: [ OK ] 2.41 sec. 2024-11-04 21:46:39 01667_aes_args_check: [ OK ] 1.14 sec. 2024-11-04 21:46:39 01663_test_toDate_mysql_compatibility: [ OK ] 0.84 sec. 2024-11-04 21:46:40 01663_quantile_weighted_overflow: [ OK ] 0.92 sec. 2024-11-04 21:46:40 01662_join_mixed: [ OK ] 0.93 sec. 2024-11-04 21:46:40 01662_test_toDayOfMonth_mysql_compatibility: [ OK ] 0.85 sec. 2024-11-04 21:46:40 01655_test_isnull_mysql_dialect: [ OK ] 0.89 sec. 2024-11-04 21:46:41 01650_expressions_merge_bug: [ OK ] 0.95 sec. 2024-11-04 21:46:43 01640_distributed_async_insert_compression: [ OK ] 1.52 sec. 2024-11-04 21:46:43 01691_parser_data_type_exponential: [ OK ] 7.11 sec. 2024-11-04 21:46:44 01646_rewrite_sum_if: [ OK ] 4.03 sec. 2024-11-04 21:46:44 01634_sum_map_nulls: [ OK ] 1.83 sec. 2024-11-04 21:46:45 01632_max_partitions_to_read: [ OK ] 2.24 sec. 2024-11-04 21:46:45 01623_byte_size_const: [ OK ] 0.87 sec. 2024-11-04 21:46:46 01641_memory_tracking_insert_optimize: [ OK ] 5.99 sec. 2024-11-04 21:46:47 01630_simple_aggregate_function_in_summing_merge_tree: [ OK ] 2.46 sec. 2024-11-04 21:46:47 01622_constraints_where_optimization: [ OK ] 1.89 sec. 2024-11-04 21:46:47 01621_sort_after_join_pipeline_stuck: [ OK ] 1.01 sec. 2024-11-04 21:46:48 01622_defaults_for_url_engine: [ OK ] 2.43 sec. 2024-11-04 21:46:48 01605_drop_settings_profile_while_assigned: [ OK ] 1.04 sec. 2024-11-04 21:46:49 01605_skip_idx_compact_parts: [ OK ] 1.59 sec. 2024-11-04 21:46:49 01605_key_condition_enum_int: [ OK ] 1.03 sec. 2024-11-04 21:46:52 01596_setting_limit_offset: [ OK ] 2.42 sec. 2024-11-04 21:46:52 01593_insert_settings: [ OK ] 2.43 sec. 2024-11-04 21:46:52 01607_arrays_as_nested_csv: [ OK ] 5.21 sec. 2024-11-04 21:46:52 01602_runningConcurrency: [ OK ] 4.39 sec. 2024-11-04 21:46:53 01585_fuzz_bits_with_bugfix: [ OK ] 1.02 sec. 2024-11-04 21:46:54 01567_system_processes_current_database: [ OK ] 0.89 sec. 2024-11-04 21:46:55 01586_columns_pruning: [ OK ] 3.02 sec. 2024-11-04 21:46:55 01560_DateTime_and_DateTime64_comparision: [ OK ] 1.00 sec. 2024-11-04 21:46:55 01666_merge_tree_max_query_limit: [ OK ] 16.97 sec. 2024-11-04 21:46:56 01654_test_writer_block_sequence: [ OK ] 15.91 sec. 2024-11-04 21:46:56 01560_optimize_on_insert_zookeeper: [ OK ] 2.90 sec. 2024-11-04 21:46:56 01554_interpreter_integer_float: [ OK ] 1.21 sec. 2024-11-04 21:46:56 01553_datetime64_comparison: [ OK ] 0.94 sec. 2024-11-04 21:46:57 01552_dict_fixedstring: [ OK ] 1.34 sec. 2024-11-04 21:46:58 01549_low_cardinality_materialized_view: [ OK ] 1.34 sec. 2024-11-04 21:46:58 01550_mutation_subquery: [ OK ] 1.68 sec. 2024-11-04 21:46:59 01548_with_totals_having: [ OK ] 1.64 sec. 2024-11-04 21:46:59 01544_errorCodeToName: [ OK ] 0.92 sec. 2024-11-04 21:46:59 01548_uncomparable_columns_in_keys: [ OK ] 1.53 sec. 2024-11-04 21:47:00 01576_alias_column_rewrite: [ OK ] 8.34 sec. 2024-11-04 21:47:01 01558_ttest_scipy: [ OK ] 5.65 sec. 2024-11-04 21:47:01 01532_collate_in_low_cardinality: [ OK ] 2.11 sec. 2024-11-04 21:47:02 01540_verbatim_partition_pruning: [ OK ] 2.92 sec. 2024-11-04 21:47:02 01528_allow_nondeterministic_optimize_skip_unused_shards: [ OK ] 1.59 sec. 2024-11-04 21:47:03 01525_select_with_offset_fetch_clause: [ OK ] 1.09 sec. 2024-11-04 21:47:03 01526_param_uuid: [ OK ] 2.39 sec. 2024-11-04 21:47:03 01532_primary_key_without_order_by_zookeeper: [ OK ] 4.52 sec. 2024-11-04 21:47:03 01521_max_length_alias: [ OK ] 1.23 sec. 2024-11-04 21:47:04 01550_create_map_type: [ OK ] 8.32 sec. 2024-11-04 21:47:05 01518_cast_nullable_virtual_system_column: [ OK ] 1.40 sec. 2024-11-04 21:47:05 01514_input_format_json_enum_as_number: [ OK ] 1.02 sec. 2024-11-04 21:47:06 01515_logtrace_function: [ OK ] 2.31 sec. 2024-11-04 21:47:07 01782_field_oom: [ OK ] 45.75 sec. 2024-11-04 21:47:08 01523_client_local_queries_file_parameter: [ OK ] 5.75 sec. 2024-11-04 21:47:08 01511_alter_version_versioned_collapsing_merge_tree: [ OK ] 3.56 sec. 2024-11-04 21:47:09 01509_dictionary_preallocate: [ OK ] 2.96 sec. 2024-11-04 21:47:10 01507_transform_null_in: [ OK ] 1.24 sec. 2024-11-04 21:47:10 01508_query_obfuscator: [ OK ] 2.33 sec. 2024-11-04 21:47:11 01505_log_distributed_deadlock: [ OK ] 0.96 sec. 2024-11-04 21:47:11 01506_buffer_table_alter_block_structure: [ OK ] 1.70 sec. 2024-11-04 21:47:11 01508_format_regexp_raw: [ OK ] 3.69 sec. 2024-11-04 21:47:12 01497_extract_all_groups_empty_match: [ OK ] 0.83 sec. 2024-11-04 21:47:12 01499_json_named_tuples: [ OK ] 1.16 sec. 2024-11-04 21:47:12 01497_now_support_timezone: [ OK ] 0.93 sec. 2024-11-04 21:47:13 01496_signedness_conversion_monotonicity: [ OK ] 1.14 sec. 2024-11-04 21:47:13 01497_alias_on_default_array: [ OK ] 1.29 sec. 2024-11-04 21:47:14 01656_sequence_next_node_long: [ OK ] 34.43 sec. 2024-11-04 21:47:15 01483_merge_table_join_and_group_by: [ OK ] 3.18 sec. 2024-11-04 21:47:16 01472_many_rows_in_totals: [ OK ] 1.72 sec. 2024-11-04 21:47:17 01460_mark_inclusion_search_crash: [ OK ] 1.51 sec. 2024-11-04 21:47:17 01463_resample_overflow: [ OK ] 1.98 sec. 2024-11-04 21:47:18 01460_allow_dollar_and_number_in_identifier: [ OK ] 0.97 sec. 2024-11-04 21:47:19 01458_count_digits: [ OK ] 1.50 sec. 2024-11-04 21:47:19 01474_custom_null_tsv: [ OK ] 5.69 sec. 2024-11-04 21:47:21 01450_set_null_const: [ OK ] 1.55 sec. 2024-11-04 21:47:21 01502_bar_overflow: [ OK ] 10.37 sec. 2024-11-04 21:47:21 01457_order_by_nulls_first: [ OK ] 2.35 sec. 2024-11-04 21:47:22 01457_int256_hashing: [ OK ] 3.12 sec. 2024-11-04 21:47:23 01442_h3kring_range_check: [ OK ] 2.46 sec. 2024-11-04 21:47:23 01432_parse_date_time_best_effort_timestamp: [ OK ] 1.03 sec. 2024-11-04 21:47:23 01436_storage_merge_with_join_push_down: [ OK ] 2.38 sec. 2024-11-04 21:47:24 01477_lc_in_merge_join_left_key: [ OK ] 11.03 sec. 2024-11-04 21:47:24 01421_array_nullable_element_nullable_index: [ OK ] 1.22 sec. 2024-11-04 21:47:25 01413_alter_update_supertype: [ OK ] 1.57 sec. 2024-11-04 21:47:25 01413_if_array_uuid: [ OK ] 0.85 sec. 2024-11-04 21:47:26 01411_xor_itai_shirav: [ OK ] 0.99 sec. 2024-11-04 21:47:27 01509_parallel_quorum_and_merge_long: [ OK ] 21.83 sec. 2024-11-04 21:47:27 01358_constexpr_constraint: [ OK ] 1.42 sec. 2024-11-04 21:47:29 01356_state_resample: [ OK ] 2.33 sec. 2024-11-04 21:47:30 01384_bloom_filter_bad_arguments: [ OK ] 4.25 sec. 2024-11-04 21:47:30 01351_geohash_assert: [ OK ] 0.79 sec. 2024-11-04 21:47:30 01354_tuple_low_cardinality_array_mapped_bug: [ OK ] 1.36 sec. 2024-11-04 21:47:32 01410_nullable_key_and_index: [ OK ] 7.13 sec. 2024-11-04 21:47:32 01333_select_abc_asterisk: [ OK ] 1.71 sec. 2024-11-04 21:47:33 01326_hostname_alias: [ OK ] 0.89 sec. 2024-11-04 21:47:34 01330_array_join_in_higher_order_function: [ OK ] 1.43 sec. 2024-11-04 21:47:34 01324_settings_documentation: [ OK ] 0.86 sec. 2024-11-04 21:47:36 01322_cast_keep_nullable: [ OK ] 1.60 sec. 2024-11-04 21:47:37 01302_polygons_distance: [ OK ] 1.52 sec. 2024-11-04 21:47:38 01414_low_cardinality_nullable: [ OK ] 14.29 sec. 2024-11-04 21:47:38 01355_CSV_input_format_allow_errors: [ OK ] 10.42 sec. 2024-11-04 21:47:38 01293_show_settings: [ OK ] 0.79 sec. 2024-11-04 21:47:39 01301_polygons_within: [ OK ] 1.93 sec. 2024-11-04 21:47:40 01293_pretty_max_value_width: [ OK ] 2.12 sec. 2024-11-04 21:47:40 01280_unicode_whitespaces_lexer: [ OK ] 0.84 sec. 2024-11-04 21:47:41 01346_alter_enum_partition_key_replicated_zookeeper_long: [ OK ] 10.55 sec. 2024-11-04 21:47:42 01278_format_multiple_queries: [ OK ] 1.74 sec. 2024-11-04 21:47:42 01446_json_strings_each_row: [ OK ] 21.68 sec. 2024-11-04 21:47:44 01279_empty_external_table: [ OK ] 4.44 sec. 2024-11-04 21:47:45 01283_strict_resize_bug: [ OK ] 6.11 sec. 2024-11-04 21:47:45 01273_lc_fixed_string_field: [ OK ] 2.28 sec. 2024-11-04 21:47:47 01318_encrypt: [ OK ] 13.05 sec. 2024-11-04 21:47:48 01273_arrow_decimal: [ OK ] 5.62 sec. 2024-11-04 21:47:49 01272_offset_without_limit: [ OK ] 1.39 sec. 2024-11-04 21:47:49 01271_show_privileges: [ OK ] 1.07 sec. 2024-11-04 21:47:51 01268_mergine_sorted_limit: [ OK ] 1.50 sec. 2024-11-04 21:47:51 01255_geo_types_livace: [ OK ] 1.72 sec. 2024-11-04 21:47:51 01273_arrow_nullable_arrays_load: [ OK ] 6.54 sec. 2024-11-04 21:47:52 01273_arrow_arrays_load: [ OK ] 6.75 sec. 2024-11-04 21:47:52 01251_string_comparison: [ OK ] 1.02 sec. 2024-11-04 21:47:52 01513_optimize_aggregation_in_order_memory_long: [ OK ] 47.96 sec. 2024-11-04 21:47:54 01245_limit_infinite_sources: [ OK ] 2.48 sec. 2024-11-04 21:47:55 01230_join_get_truncate: [ OK ] 2.21 sec. 2024-11-04 21:47:57 01220_scalar_optimization_in_alter: [ OK ] 1.99 sec. 2024-11-04 21:47:57 01246_extractAllGroupsVertical: [ OK ] 5.71 sec. 2024-11-04 21:47:58 01211_optimize_skip_unused_shards_type_mismatch: [ OK ] 2.83 sec. 2024-11-04 21:47:59 01199_url_functions_path_without_schema_yiurule: [ OK ] 0.84 sec. 2024-11-04 21:48:00 01202_array_auc_special: [ OK ] 2.81 sec. 2024-11-04 21:48:03 01249_flush_interactive: [ OK ] 11.79 sec. 2024-11-04 21:48:03 01201_drop_column_compact_part_replicated_zookeeper_long: [ OK ] 5.78 sec. 2024-11-04 21:48:04 01187_set_profile_as_setting: [ OK ] 5.52 sec. 2024-11-04 21:48:06 01273_arrow_dictionaries_load: [ OK ] 21.13 sec. 2024-11-04 21:48:08 01149_zookeeper_mutation_stuck_after_replace_partition: [ OK ] 4.42 sec. 2024-11-04 21:48:08 01144_multiple_joins_rewriter_v2_and_lambdas: [ OK ] 2.32 sec. 2024-11-04 21:48:10 01183_custom_separated_format_http: [ OK ] 9.81 sec. 2024-11-04 21:48:10 01122_totals_rollup_having_block_header: [ OK ] 1.84 sec. 2024-11-04 21:48:11 01134_max_rows_to_group_by: [ OK ] 2.81 sec. 2024-11-04 21:48:11 01121_remote_scalar_subquery: [ OK ] 1.39 sec. 2024-11-04 21:48:12 01120_join_constants: [ OK ] 1.15 sec. 2024-11-04 21:48:12 01118_is_constant: [ OK ] 1.75 sec. 2024-11-04 21:48:12 01116_asof_join_dolbyzerr: [ OK ] 1.21 sec. 2024-11-04 21:48:13 01116_cross_count_asterisks: [ OK ] 1.58 sec. 2024-11-04 21:48:16 01107_tuples_arrays_parsing_exceptions: [ OK ] 2.91 sec. 2024-11-04 21:48:17 01170_alter_partition_isolation: [ OK ] 13.82 sec. 2024-11-04 21:48:18 01098_sum: [ OK ] 1.82 sec. 2024-11-04 21:48:18 01147_partial_merge_full_join: [ OK ] 13.72 sec. 2024-11-04 21:48:19 01096_zeros: [ OK ] 1.55 sec. 2024-11-04 21:48:20 01231_operator_null_in: [ OK ] 27.70 sec. 2024-11-04 21:48:20 01087_index_set_ubsan: [ OK ] 1.03 sec. 2024-11-04 21:48:21 01085_simdjson_uint64: [ OK ] 0.73 sec. 2024-11-04 21:48:21 01115_join_with_dictionary: [ OK ] 8.06 sec. 2024-11-04 21:48:21 01079_new_range_reader_segfault: [ OK ] 1.23 sec. 2024-11-04 21:48:22 01093_cyclic_defaults_filimonov: [ OK ] 3.93 sec. 2024-11-04 21:48:23 01075_allowed_client_hosts: [ OK ] 1.61 sec. 2024-11-04 21:48:24 01072_json_each_row_data_in_square_brackets: [ OK ] 1.16 sec. 2024-11-04 21:48:28 01074_h3_range_check: [ OK ] 5.85 sec. 2024-11-04 21:48:28 01079_alter_default_zookeeper_long: [ OK ] 7.81 sec. 2024-11-04 21:48:29 01099_operators_date_and_timestamp: [ OK ] 15.69 sec. 2024-11-04 21:48:29 01068_parens: [ OK ] 0.80 sec. 2024-11-04 21:48:31 01071_prohibition_secondary_index_with_old_format_merge_tree: [ OK ] 2.49 sec. 2024-11-04 21:48:31 01077_mutations_index_consistency: [ OK ] 10.06 sec. 2024-11-04 21:48:31 01273_arrow_stream: [ OK ] 49.93 sec. 2024-11-04 21:48:32 01071_force_optimize_skip_unused_shards: [ OK ] 7.52 sec. 2024-11-04 21:48:32 01060_defaults_all_columns: [ OK ] 1.02 sec. 2024-11-04 21:48:33 01055_prewhere_bugs: [ OK ] 1.74 sec. 2024-11-04 21:48:33 01095_tpch_like_smoke: [ OK ] 15.38 sec. 2024-11-04 21:48:33 01053_drop_database_mat_view: [ OK ] 1.53 sec. 2024-11-04 21:48:36 01049_join_low_card_crash: [ OK ] 2.37 sec. 2024-11-04 21:48:37 01049_window_view_window_functions: [ OK ] 3.84 sec. 2024-11-04 21:48:37 01049_zookeeper_synchronous_mutations_long: [ OK ] 4.17 sec. 2024-11-04 21:48:38 01060_window_view_event_tumble_to_asc: [ OK ] 8.44 sec. 2024-11-04 21:48:38 01040_h3_get_resolution: [ OK ] 0.87 sec. 2024-11-04 21:48:39 01045_bloom_filter_null_array: [ OK ] 2.01 sec. 2024-11-04 21:48:39 01038_array_of_unnamed_tuples: [ OK ] 1.08 sec. 2024-11-04 21:48:39 01036_union_different_columns: [ OK ] 1.11 sec. 2024-11-04 21:48:39 01054_random_printable_ascii_ubsan: [ OK ] 7.57 sec. 2024-11-04 21:48:40 01064_incremental_streaming_from_2_src_with_feedback: [ OK ] 10.99 sec. 2024-11-04 21:48:41 01032_duplicate_column_insert_query: [ OK ] 1.74 sec. 2024-11-04 21:48:43 01024__getScalar: [ OK ] 1.30 sec. 2024-11-04 21:48:43 01058_zlib_ng_level1_bug: [ OK ] 12.27 sec. 2024-11-04 21:48:45 01034_JSONCompactEachRow: [ OK ] 5.42 sec. 2024-11-04 21:48:45 01014_count_of_merges_metrics: [ OK ] 1.53 sec. 2024-11-04 21:48:47 01031_mutations_interpreter_and_context: [ OK ] 6.33 sec. 2024-11-04 21:48:48 01014_function_repeat_corner_cases: [ OK ] 3.27 sec. 2024-11-04 21:48:48 01013_totals_without_aggregation: [ OK ] 1.64 sec. 2024-11-04 21:48:52 01010_partial_merge_join_const_and_lc: [ OK ] 3.70 sec. 2024-11-04 21:48:53 01035_avg: [ OK ] 14.02 sec. 2024-11-04 21:48:54 01009_insert_select_data_loss: [ OK ] 1.21 sec. 2024-11-04 21:48:54 00999_settings_no_extra_quotes: [ OK ] 0.77 sec. 2024-11-04 21:48:54 01014_format_custom_separated: [ OK ] 9.51 sec. 2024-11-04 21:48:54 01017_mutations_with_nondeterministic_functions_zookeeper: [ OK ] 11.78 sec. 2024-11-04 21:48:55 00999_test_skip_indices_with_alter_and_merge: [ OK ] 1.37 sec. 2024-11-04 21:49:11 00997_trim: [ OK ] 16.77 sec. 2024-11-04 21:49:20 01010_partial_merge_join: [ OK ] 31.37 sec. 2024-11-04 21:49:21 00980_full_join_crash_fancyqlx: [ OK ] 9.48 sec. 2024-11-04 21:49:22 00978_sum_map_bugfix: [ OK ] 1.84 sec. 2024-11-04 21:49:26 00988_parallel_parts_removal: [ OK ] 30.90 sec. 2024-11-04 21:49:26 00976_max_execution_speed: [ OK ] 4.28 sec. 2024-11-04 21:49:27 00975_sample_prewhere_distributed: [ OK ] 4.41 sec. 2024-11-04 21:49:28 00974_full_outer_join: [ OK ] 1.76 sec. 2024-11-04 21:49:29 00991_system_parts_race_condition_long: [ OK ] 34.34 sec. 2024-11-04 21:49:30 00969_roundDuration: [ OK ] 1.33 sec. 2024-11-04 21:49:31 00967_ubsan_bit_test: [ OK ] 0.84 sec. 2024-11-04 21:49:32 00974_fix_join_on: [ OK ] 5.74 sec. 2024-11-04 21:49:33 00967_insert_into_distributed_different_types: [ OK ] 1.42 sec. 2024-11-04 21:49:33 00963_startsWith_force_primary_key: [ OK ] 1.30 sec. 2024-11-04 21:49:34 00974_adaptive_granularity_secondary_index: [ OK ] 7.09 sec. 2024-11-04 21:49:36 00956_http_prepared_statements: [ OK ] 2.97 sec. 2024-11-04 21:49:37 00972_geohashesInBox: [ OK ] 9.12 sec. 2024-11-04 21:49:40 00957_neighbor: [ OK ] 7.14 sec. 2024-11-04 21:49:41 00950_bad_alloc_when_truncate_join_storage: [ OK ] 0.71 sec. 2024-11-04 21:49:43 00950_default_prewhere: [ OK ] 2.13 sec. 2024-11-04 21:49:45 00950_test_gorilla_codec: [ OK ] 2.16 sec. 2024-11-04 21:49:47 00942_dataparts_500: [ OK ] 1.80 sec. 2024-11-04 21:49:47 00981_topK_topKWeighted_long: [ OK ] 52.29 sec. 2024-11-04 21:49:48 00954_client_prepared_statements: [ OK ] 13.04 sec. 2024-11-04 21:49:48 00952_basic_constraints: [ OK ] 11.60 sec. 2024-11-04 21:49:49 00932_array_intersect_bug: [ OK ] 1.15 sec. 2024-11-04 21:49:50 01518_nullable_aggregate_states2: [ OK ] 167.74 sec. 2024-11-04 21:49:51 00931_low_cardinality_nullable_aggregate_function_type: [ OK ] 1.54 sec. 2024-11-04 21:49:51 00940_order_by_read_in_order: [ OK ] 4.35 sec. 2024-11-04 21:49:52 00951_ngram_search: [ OK ] 15.24 sec. 2024-11-04 21:49:54 00926_adaptive_index_granularity_collapsing_merge_tree: [ OK ] 3.26 sec. 2024-11-04 21:49:54 00910_decimal_group_array_crash_3783: [ OK ] 2.89 sec. 2024-11-04 21:49:55 00937_format_schema_rows_template: [ OK ] 7.25 sec. 2024-11-04 21:49:55 01049_join_low_card_bug_long: [ OK ] 79.31 sec. 2024-11-04 21:49:57 00906_low_cardinality_rollup: [ OK ] 1.81 sec. 2024-11-04 21:49:58 00908_long_http_insert: [ OK ] 3.55 sec. 2024-11-04 21:49:58 00903_array_with_constant_function: [ OK ] 0.72 sec. 2024-11-04 21:50:03 00926_zookeeper_adaptive_index_granularity_replicated_merge_tree_long: [ OK ] 11.79 sec. 2024-11-04 21:50:05 00900_orc_arrays_load: [ OK ] 6.56 sec. 2024-11-04 21:50:06 00897_flatten: [ OK ] 1.38 sec. 2024-11-04 21:50:07 00898_parsing_bad_diagnostic_message: [ OK ] 3.71 sec. 2024-11-04 21:50:07 01034_move_partition_from_table_zookeeper: [ OK ] 88.00 sec. 2024-11-04 21:50:09 00862_decimal_in: [ OK ] 2.56 sec. 2024-11-04 21:50:10 00875_join_right_nulls_ors: [ OK ] 3.46 sec. 2024-11-04 21:50:10 00909_ngram_distance: [ OK ] 15.93 sec. 2024-11-04 21:50:11 00854_multiple_join_asterisks: [ OK ] 1.61 sec. 2024-11-04 21:50:11 00900_orc_arrow_parquet_maps: [ OK ] 13.02 sec. 2024-11-04 21:50:12 00857_global_joinsavel_table_alias: [ OK ] 4.30 sec. 2024-11-04 21:50:12 00846_join_using_tuple_crash: [ OK ] 1.01 sec. 2024-11-04 21:50:13 00844_join_lightee2: [ OK ] 1.39 sec. 2024-11-04 21:50:13 00842_array_with_constant_overflow: [ OK ] 1.19 sec. 2024-11-04 21:50:14 00834_date_datetime_cmp: [ OK ] 0.87 sec. 2024-11-04 21:50:14 00909_arrayEnumerateUniq: [ OK ] 21.33 sec. 2024-11-04 21:50:14 00835_if_generic_case: [ OK ] 2.36 sec. 2024-11-04 21:50:15 00848_join_use_nulls_segfault: [ OK ] 4.91 sec. 2024-11-04 21:50:15 00819_ast_refactoring_bugs: [ OK ] 1.35 sec. 2024-11-04 21:50:17 00853_join_with_nulls_crash: [ OK ] 7.27 sec. 2024-11-04 21:50:18 00825_protobuf_format_squares: [ OK ] 5.21 sec. 2024-11-04 21:50:19 00802_daylight_saving_time_shift_backwards_at_midnight: [ OK ] 1.30 sec. 2024-11-04 21:50:19 00818_alias_bug_4110: [ OK ] 4.59 sec. 2024-11-04 21:50:20 00805_round_down: [ OK ] 5.02 sec. 2024-11-04 21:50:20 00800_function_java_hash: [ OK ] 1.90 sec. 2024-11-04 21:50:21 00794_materialized_view_with_column_defaults: [ OK ] 1.97 sec. 2024-11-04 21:50:21 00804_test_custom_compression_codes_log_storages: [ OK ] 5.70 sec. 2024-11-04 21:50:21 00763_create_query_as_table_engine_bug: [ OK ] 1.24 sec. 2024-11-04 21:50:22 00753_comment_columns_zookeeper: [ OK ] 1.67 sec. 2024-11-04 21:50:22 00752_low_cardinality_permute: [ OK ] 1.12 sec. 2024-11-04 21:50:22 00739_array_element_nullable_string_mattrobenolt: [ OK ] 1.42 sec. 2024-11-04 21:50:23 00800_versatile_storage_join: [ OK ] 3.92 sec. 2024-11-04 21:50:24 00725_join_on_bug_1: [ OK ] 1.56 sec. 2024-11-04 21:50:24 00730_unicode_terminal_format: [ OK ] 2.07 sec. 2024-11-04 21:50:25 00712_prewhere_with_alias_bug: [ OK ] 1.20 sec. 2024-11-04 21:50:25 00725_join_on_bug_2: [ OK ] 2.69 sec. 2024-11-04 21:50:25 00712_prewhere_with_alias_bug_2: [ OK ] 1.26 sec. 2024-11-04 21:50:26 00714_alter_uuid: [ OK ] 2.79 sec. 2024-11-04 21:50:26 00804_test_custom_compression_codecs: [ OK ] 10.74 sec. 2024-11-04 21:50:27 00701_join_default_strictness: [ OK ] 1.49 sec. 2024-11-04 21:50:28 00712_prewhere_with_alias: [ OK ] 3.34 sec. 2024-11-04 21:50:29 00746_compile_non_deterministic_function: [ OK ] 7.70 sec. 2024-11-04 21:50:29 00700_decimal_math: [ OK ] 3.49 sec. 2024-11-04 21:50:30 00688_low_cardinality_alter_add_column: [ OK ] 1.24 sec. 2024-11-04 21:50:30 00700_decimal_null: [ OK ] 4.05 sec. 2024-11-04 21:50:31 00688_aggregation_retention: [ OK ] 1.90 sec. 2024-11-04 21:50:31 00680_duplicate_columns_inside_union_all: [ OK ] 1.21 sec. 2024-11-04 21:50:31 00676_group_by_in: [ OK ] 1.28 sec. 2024-11-04 21:50:31 00687_insert_into_mv: [ OK ] 2.36 sec. 2024-11-04 21:50:32 00674_has_array_enum: [ OK ] 0.79 sec. 2024-11-04 21:50:33 00672_arrayDistinct: [ OK ] 1.70 sec. 2024-11-04 21:50:33 00665_alter_nullable_string_to_nullable_uint8: [ OK ] 1.34 sec. 2024-11-04 21:50:34 00649_quantile_tdigest_negative: [ OK ] 0.86 sec. 2024-11-04 21:50:35 00647_histogram: [ OK ] 1.53 sec. 2024-11-04 21:50:35 00666_uniq_complex_types: [ OK ] 3.84 sec. 2024-11-04 21:50:35 00639_startsWith: [ OK ] 1.43 sec. 2024-11-04 21:50:36 00627_recursive_alias: [ OK ] 0.78 sec. 2024-11-04 21:50:37 00908_bloom_filter_index: [ OK ] 42.28 sec. 2024-11-04 21:50:38 00628_in_lambda_on_merge_table_bug: [ OK ] 2.25 sec. 2024-11-04 21:50:39 00618_nullable_in: [ OK ] 1.06 sec. 2024-11-04 21:50:39 00700_decimal_empty_aggregates: [ OK ] 12.08 sec. 2024-11-04 21:50:40 00612_http_max_query_size_for_distributed: [ OK ] 1.55 sec. 2024-11-04 21:50:41 00674_join_on_syntax: [ OK ] 9.92 sec. 2024-11-04 21:50:41 00612_count: [ OK ] 2.88 sec. 2024-11-04 21:50:41 00609_distributed_with_case_when_then: [ OK ] 1.90 sec. 2024-11-04 21:50:41 00605_intersections_aggregate_functions: [ OK ] 0.92 sec. 2024-11-04 21:50:41 00623_truncate_table: [ OK ] 4.97 sec. 2024-11-04 21:50:41 00604_show_create_database: [ OK ] 0.66 sec. 2024-11-04 21:50:42 00570_empty_array_is_const: [ OK ] 0.89 sec. 2024-11-04 21:50:43 00569_parse_date_time_best_effort: [ OK ] 0.77 sec. 2024-11-04 21:50:44 00586_removing_unused_columns_from_subquery: [ OK ] 2.45 sec. 2024-11-04 21:50:44 00601_kill_running_query: [ OK ] 3.01 sec. 2024-11-04 21:50:44 00596_limit_on_expanded_ast: [ OK ] 3.02 sec. 2024-11-04 21:50:44 00566_enum_min_max: [ OK ] 0.88 sec. 2024-11-04 21:50:45 00578_merge_table_and_table_virtual_column: [ OK ] 3.15 sec. 2024-11-04 21:50:45 00559_filter_array_generic: [ OK ] 0.78 sec. 2024-11-04 21:50:45 00558_aggregate_merge_totals_with_arenas: [ OK ] 0.94 sec. 2024-11-04 21:50:45 00564_initial_column_values_with_default_expression: [ OK ] 1.29 sec. 2024-11-04 21:50:46 00553_buff_exists_materlized_column: [ OK ] 1.63 sec. 2024-11-04 21:50:47 00552_logical_functions_simple: [ OK ] 1.48 sec. 2024-11-04 21:50:47 00552_or_nullable: [ OK ] 1.63 sec. 2024-11-04 21:50:47 00535_parse_float_scientific: [ OK ] 0.95 sec. 2024-11-04 21:50:47 00534_exp10: [ OK ] 0.79 sec. 2024-11-04 21:50:48 00520_tuple_values_interpreter: [ OK ] 1.07 sec. 2024-11-04 21:50:49 00700_decimal_complex_types: [ OK ] 23.10 sec. 2024-11-04 21:50:50 00503_cast_const_nullable: [ OK ] 0.97 sec. 2024-11-04 21:50:50 00550_join_insert_select: [ OK ] 4.70 sec. 2024-11-04 21:50:50 00514_interval_operators: [ OK ] 2.56 sec. 2024-11-04 21:50:51 00521_multidimensional: [ OK ] 3.64 sec. 2024-11-04 21:50:51 00502_string_concat_with_array: [ OK ] 1.08 sec. 2024-11-04 21:50:52 00499_json_enum_insert: [ OK ] 1.39 sec. 2024-11-04 21:50:52 00495_reading_const_zero_column: [ OK ] 1.40 sec. 2024-11-04 21:50:52 00490_special_line_separators_and_characters_outside_of_bmp: [ OK ] 1.12 sec. 2024-11-04 21:50:53 00507_array_no_params: [ OK ] 3.97 sec. 2024-11-04 21:50:53 00477_parsing_data_types: [ OK ] 0.60 sec. 2024-11-04 21:50:53 00487_if_array_fixed_string: [ OK ] 1.41 sec. 2024-11-04 21:50:53 00471_sql_style_quoting: [ OK ] 0.84 sec. 2024-11-04 21:50:54 00462_json_true_false_literals: [ OK ] 1.18 sec. 2024-11-04 21:50:55 00453_top_k: [ OK ] 1.39 sec. 2024-11-04 21:50:55 00453_cast_enum: [ OK ] 1.69 sec. 2024-11-04 21:50:57 00445_join_nullable_keys: [ OK ] 1.58 sec. 2024-11-04 21:50:57 00447_foreach_modifier: [ OK ] 3.25 sec. 2024-11-04 21:50:58 00434_tonullable: [ OK ] 0.94 sec. 2024-11-04 21:50:59 00500_point_in_polygon_non_const_poly: [ OK ] 8.80 sec. 2024-11-04 21:51:00 00458_merge_type_cast: [ OK ] 7.42 sec. 2024-11-04 21:51:04 00432_aggregate_function_scalars_and_constants: [ OK ] 5.72 sec. 2024-11-04 21:51:12 00938_fix_rwlock_segfault_long: [ OK ] 85.00 sec. 2024-11-04 21:51:13 00431_if_nulls: [ OK ] 14.34 sec. 2024-11-04 21:51:17 00409_shard_limit_by: [ OK ] 3.96 sec. 2024-11-04 21:51:17 00405_output_format_pretty_color: [ OK ] 3.63 sec. 2024-11-04 21:51:20 00387_use_client_time_zone: [ OK ] 2.52 sec. 2024-11-04 21:51:23 00384_column_aggregate_function_insert_from: [ OK ] 2.83 sec. 2024-11-04 21:51:25 00368_format_option_collision: [ OK ] 2.62 sec. 2024-11-04 21:51:26 00443_optimize_final_vertical_merge: [ OK ] 29.29 sec. 2024-11-04 21:51:28 00361_shared_array_offsets_and_squash_blocks: [ OK ] 2.19 sec. 2024-11-04 21:51:29 00360_to_date_from_string_with_datetime: [ OK ] 0.99 sec. 2024-11-04 21:51:31 00357_to_string_complex_types: [ OK ] 1.69 sec. 2024-11-04 21:51:32 00564_versioned_collapsing_merge_tree: [ OK ] 47.68 sec. 2024-11-04 21:51:32 00355_array_of_non_const_convertible_types: [ OK ] 0.92 sec. 2024-11-04 21:51:33 00365_statistics_in_formats: [ OK ] 7.59 sec. 2024-11-04 21:51:34 00351_select_distinct_arrays_tuples: [ OK ] 1.31 sec. 2024-11-04 21:51:35 00346_if_tuple: [ OK ] 1.59 sec. 2024-11-04 21:51:36 00354_host_command_line_option: [ OK ] 4.23 sec. 2024-11-04 21:51:36 00335_bom: [ OK ] 2.42 sec. 2024-11-04 21:51:37 00334_column_aggregate_function_limit: [ OK ] 1.66 sec. 2024-11-04 21:51:37 00421_storage_merge__table_index: [ OK ] 36.50 sec. 2024-11-04 21:51:38 00315_quantile_off_by_one: [ OK ] 1.32 sec. 2024-11-04 21:51:38 00322_disable_checksumming: [ OK ] 1.89 sec. 2024-11-04 21:51:38 00308_write_buffer_valid_utf8: [ OK ] 0.86 sec. 2024-11-04 21:51:39 00300_csv: [ OK ] 1.18 sec. 2024-11-04 21:51:39 00311_array_primary_key: [ OK ] 2.52 sec. 2024-11-04 21:51:40 00632_get_sample_block_cache: [ OK ] 64.44 sec. 2024-11-04 21:51:40 00296_url_parameters: [ OK ] 2.25 sec. 2024-11-04 21:51:41 00263_merge_aggregates_and_overflow: [ OK ] 1.12 sec. 2024-11-04 21:51:42 00234_disjunctive_equality_chains_optimization: [ OK ] 1.03 sec. 2024-11-04 21:51:43 00236_replicated_drop_on_non_leader_zookeeper_long: [ OK ] 2.21 sec. 2024-11-04 21:51:43 00232_format_readable_decimal_size: [ OK ] 0.99 sec. 2024-11-04 21:51:43 00278_insert_already_sorted: [ OK ] 4.89 sec. 2024-11-04 21:51:44 00275_shard_quantiles_weighted: [ OK ] 4.26 sec. 2024-11-04 21:51:44 00227_quantiles_timing_arbitrary_order: [ OK ] 1.26 sec. 2024-11-04 21:51:45 00218_like_regexp_newline: [ OK ] 1.39 sec. 2024-11-04 21:51:46 00213_multiple_global_in: [ OK ] 1.07 sec. 2024-11-04 21:51:46 00215_primary_key_order_zookeeper_long: [ OK ] 1.91 sec. 2024-11-04 21:51:46 00229_prewhere_column_missing: [ OK ] 3.01 sec. 2024-11-04 21:51:46 00204_extract_url_parameter: [ OK ] 0.78 sec. 2024-11-04 21:51:47 00210_insert_select_extremes_http: [ OK ] 2.17 sec. 2024-11-04 21:51:48 00159_whitespace_in_columns_list: [ OK ] 1.17 sec. 2024-11-04 21:51:49 00154_shard_distributed_with_distinct: [ OK ] 1.02 sec. 2024-11-04 21:51:50 00446_clear_column_in_partition_concurrent_zookeeper: [ OK ] 54.90 sec. 2024-11-04 21:51:50 00181_aggregate_functions_statistics_stable: [ OK ] 4.42 sec. 2024-11-04 21:51:51 00149_function_url_hash: [ OK ] 1.94 sec. 2024-11-04 21:51:51 00136_duplicate_order_by_elems: [ OK ] 1.52 sec. 2024-11-04 21:51:52 00134_aggregation_by_fixed_string_of_size_1_2_4_8: [ OK ] 1.37 sec. 2024-11-04 21:51:52 00120_join_and_group_by: [ OK ] 1.11 sec. 2024-11-04 21:51:54 00276_sample: [ OK ] 14.84 sec. 2024-11-04 21:51:54 00118_storage_join: [ OK ] 2.80 sec. 2024-11-04 21:51:55 00098_j_union_all: [ OK ] 0.96 sec. 2024-11-04 21:51:56 00105_shard_collations: [ OK ] 3.81 sec. 2024-11-04 21:51:57 00098_l_union_all: [ OK ] 1.31 sec. 2024-11-04 21:51:58 00395_nullable: [ OK ] 40.72 sec. 2024-11-04 21:51:58 00098_7_union_all: [ OK ] 0.79 sec. 2024-11-04 21:51:59 00098_1_union_all: [ OK ] 1.94 sec. 2024-11-04 21:51:59 00098_shard_i_union_all: [ OK ] 2.42 sec. 2024-11-04 21:52:00 00100_subquery_table_identifier: [ OK ] 5.80 sec. 2024-11-04 21:52:01 00082_append_trailing_char_if_absent: [ OK ] 1.08 sec. 2024-11-04 21:52:03 00080_show_tables_and_system_tables: [ OK ] 1.96 sec. 2024-11-04 21:52:03 00086_concat_nary_const_with_nonconst_segfault: [ OK ] 4.47 sec. 2024-11-04 21:52:03 00084_summing_merge_tree: [ OK ] 4.02 sec. 2024-11-04 21:52:04 00065_shard_float_literals_formatting: [ OK ] 1.00 sec. 2024-11-04 21:52:04 00071_insert_fewer_columns: [ OK ] 1.28 sec. 2024-11-04 21:52:05 00055_join_two_numbers: [ OK ] 0.98 sec. 2024-11-04 21:52:06 00050_any_left_join: [ OK ] 0.98 sec. 2024-11-04 21:52:06 00045_sorting_by_fixed_string_descending: [ OK ] 0.90 sec. 2024-11-04 21:52:07 00041_aggregation_remap: [ OK ] 1.17 sec. 2024-11-04 21:52:07 2024-11-04 21:52:07 131 tests passed. 0 tests skipped. 716.07 s elapsed (ForkPoolWorker-8). 2024-11-04 21:52:07 00003_reinterpret_as_string: [ OK ] 0.85 sec. 2024-11-04 21:52:07 2024-11-04 21:52:07 138 tests passed. 1 tests skipped. 716.47 s elapsed (ForkPoolWorker-9). 2024-11-04 21:52:11 00183_skip_unavailable_shards: [ OK ] 25.25 sec. 2024-11-04 21:52:11 2024-11-04 21:52:11 123 tests passed. 1 tests skipped. 720.15 s elapsed (ForkPoolWorker-2). 2024-11-04 21:52:12 00062_replicated_merge_tree_alter_zookeeper_long: [ OK ] 8.83 sec. 2024-11-04 21:52:12 2024-11-04 21:52:12 70 tests passed. 0 tests skipped. 721.68 s elapsed (ForkPoolWorker-5). 2024-11-04 21:52:27 00111_shard_external_sort_distributed: [ OK ] 35.28 sec. 2024-11-04 21:52:27 2024-11-04 21:52:27 110 tests passed. 0 tests skipped. 736.21 s elapsed (ForkPoolWorker-6). 2024-11-04 21:53:11 00160_merge_and_index_in_in: [ OK ] 84.87 sec. 2024-11-04 21:53:11 2024-11-04 21:53:11 107 tests passed. 0 tests skipped. 780.61 s elapsed (ForkPoolWorker-3). 2024-11-04 21:53:14 00411_long_accurate_number_comparison_int2: [ OK ] 130.09 sec. 2024-11-04 21:53:14 2024-11-04 21:53:14 136 tests passed. 0 tests skipped. 783.45 s elapsed (ForkPoolWorker-7). 2024-11-04 21:54:09 00090_union_race_conditions_1: [ OK ] 130.06 sec. 2024-11-04 21:54:09 2024-11-04 21:54:09 125 tests passed. 1 tests skipped. 837.81 s elapsed (ForkPoolWorker-4). 2024-11-04 21:54:09 2024-11-04 21:54:09 Running 95 stateless tests (MainProcess). 2024-11-04 21:54:09 2024-11-04 21:54:11 02990_rmt_replica_path_uuid: [ OK ] 2.13 sec. 2024-11-04 21:54:33 02980_dist_insert_readonly_replica: [ OK ] 22.34 sec. 2024-11-04 21:56:13 02962_system_sync_replica_lightweight_from_modifier: [ OK ] 98.50 sec. 2024-11-04 21:56:29 02944_dynamically_change_filesystem_cache_size: [ OK ] 16.32 sec. 2024-11-04 21:56:41 02867_page_cache: [ OK ] 11.49 sec. 2024-11-04 21:57:01 02841_parquet_filter_pushdown: [ OK ] 20.18 sec. 2024-11-04 21:57:01 02782_uniq_exact_parallel_merging_bug: [ SKIPPED ] 0.00 sec. - not running for current build 2024-11-04 21:57:13 02751_ip_types_aggregate_functions_states: [ OK ] 11.31 sec. 2024-11-04 22:01:09 02735_parquet_encoder: [ OK ] 236.65 sec. 2024-11-04 22:01:43 02725_start_stop_fetches: [ OK ] 33.95 sec. 2024-11-04 22:01:49 02706_show_columns: [ OK ] 5.19 sec. 2024-11-04 22:02:02 02572_system_logs_materialized_views_ignore_errors: [ OK ] 13.11 sec. 2024-11-04 22:02:05 02541_arrow_duration_type: [ OK ] 2.86 sec. 2024-11-04 22:02:55 02535_max_parallel_replicas_custom_key: [ OK ] 50.22 sec. 2024-11-04 22:03:01 02503_insert_storage_snapshot: [ OK ] 5.81 sec. 2024-11-04 22:03:14 02497_trace_events_stress_long: [ OK ] 12.80 sec. 2024-11-04 22:03:15 02494_query_cache_user_quotas_after_drop: [ OK ] 1.37 sec. 2024-11-04 22:03:17 02494_query_cache_exception_handling: [ OK ] 1.22 sec. 2024-11-04 22:03:28 02494_trace_log_profile_events: [ OK ] 10.97 sec. 2024-11-04 22:03:30 02482_json_nested_arrays_with_same_keys: [ OK ] 2.03 sec. 2024-11-04 22:03:34 02481_custom_separated_and_template_with_csv_field: [ OK ] 4.03 sec. 2024-11-04 22:03:37 02458_hdfs_cluster_schema_inference: [ OK ] 2.58 sec. 2024-11-04 22:03:38 02422_msgpack_uuid_wrong_column: [ OK ] 1.22 sec. 2024-11-04 22:03:40 02411_merge_tree_zero_max_read_buffer_size: [ OK ] 1.67 sec. 2024-11-04 22:03:45 02391_recursive_buffer: [ OK ] 5.06 sec. 2024-11-04 22:03:48 02385_profile_events_overflow: [ OK ] 2.27 sec. 2024-11-04 22:03:51 02373_heap_buffer_overflow_in_avro: [ OK ] 2.99 sec. 2024-11-04 22:04:15 02352_rwlock: [ OK ] 23.97 sec. 2024-11-04 22:04:16 02323_null_modifier_in_table_function: [ OK ] 1.22 sec. 2024-11-04 22:05:23 02286_mysql_dump_input_format: [ OK ] 66.76 sec. 2024-11-04 22:05:33 02262_column_ttl: [ OK ] 10.06 sec. 2024-11-04 22:05:51 02247_written_bytes_quota: [ OK ] 18.15 sec. 2024-11-04 22:05:53 02244_lowcardinality_hash_join: [ OK ] 1.73 sec. 2024-11-04 22:06:44 02241_filesystem_cache_on_write_operations: [ OK ] 51.01 sec. 2024-11-04 22:08:20 02228_merge_tree_insert_memory_usage: [ OK ] 95.82 sec. 2024-11-04 22:08:26 02185_values_schema_inference: [ OK ] 5.44 sec. 2024-11-04 22:08:29 02179_dict_reload_on_cluster: [ OK ] 2.70 sec. 2024-11-04 22:08:31 02177_temporary_table_current_database_http_session: [ OK ] 2.04 sec. 2024-11-04 22:09:05 02167_format_from_file_extension: [ OK ] 33.62 sec. 2024-11-04 22:09:42 02149_schema_inference: [ OK ] 37.63 sec. 2024-11-04 22:09:42 02125_many_mutations_2: [ SKIPPED ] 0.00 sec. - not running for current build 2024-11-04 22:10:00 02118_deserialize_whole_text: [ OK ] 17.76 sec. 2024-11-04 22:10:05 02105_table_function_file_partiotion_by: [ OK ] 4.54 sec. 2024-11-04 22:10:35 02103_tsv_csv_custom_null_representation: [ OK ] 30.55 sec. 2024-11-04 22:10:37 02103_sql_user_defined_functions_composition: [ OK ] 1.08 sec. 2024-11-04 22:10:39 02096_rename_atomic_hang: [ OK ] 2.32 sec. 2024-11-04 22:10:42 02028_add_default_database_for_alterquery_on_cluster: [ OK ] 2.56 sec. 2024-11-04 22:10:49 02015_global_in_threads: [ OK ] 7.48 sec. 2024-11-04 22:10:51 01948_dictionary_quoted_database_name: [ OK ] 1.63 sec. 2024-11-04 22:10:56 01945_system_warnings: [ OK ] 5.26 sec. 2024-11-04 22:11:01 01902_table_function_merge_db_repr: [ OK ] 4.65 sec. 2024-11-04 22:11:03 01889_postgresql_protocol_null_fields: [ OK ] 2.18 sec. 2024-11-04 22:11:05 01837_database_memory_ddl_dictionaries: [ OK ] 1.12 sec. 2024-11-04 22:11:38 01710_projection_vertical_merges: [ OK ] 33.22 sec. 2024-11-04 22:11:45 01685_ssd_cache_dictionary_complex_key: [ OK ] 6.83 sec. 2024-11-04 22:11:47 01670_dictionary_create_key_expression: [ OK ] 1.97 sec. 2024-11-04 22:11:49 01646_system_restart_replicas_smoke: [ OK ] 1.54 sec. 2024-11-04 22:11:58 01643_replicated_merge_tree_fsync_smoke: [ OK ] 9.26 sec. 2024-11-04 22:11:59 01600_multiple_left_join_with_aliases: [ OK ] 1.24 sec. 2024-11-04 22:12:01 01575_disable_detach_table_of_dictionary: [ OK ] 1.14 sec. 2024-11-04 22:12:03 01517_drop_mv_with_inner_table: [ OK ] 2.26 sec. 2024-11-04 22:12:06 01474_executable_dictionary: [ OK ] 3.39 sec. 2024-11-04 22:12:48 01459_manual_write_to_replicas_quorum_detach_attach: [ OK ] 41.80 sec. 2024-11-04 22:12:51 01457_create_as_table_function_structure: [ OK ] 2.23 sec. 2024-11-04 22:12:56 01456_modify_column_type_via_add_drop_update: [ OK ] 5.69 sec. 2024-11-04 22:17:31 01442_merge_detach_attach_long: [ OK ] 274.58 sec. 2024-11-04 22:17:48 01417_freeze_partition_verbose: [ OK ] 16.51 sec. 2024-11-04 22:17:50 01392_column_resolve: [ OK ] 2.06 sec. 2024-11-04 22:18:07 01375_storage_file_tsv_csv_with_names_write_prefix: [ OK ] 17.21 sec. 2024-11-04 22:18:09 01355_alter_column_with_order: [ OK ] 1.97 sec. 2024-11-04 22:18:27 01338_long_select_and_alter_zookeeper: [ OK ] 17.57 sec. 2024-11-04 22:18:40 01305_replica_create_drop_zookeeper: [ OK ] 13.06 sec. 2024-11-04 22:18:42 01293_system_distribution_queue: [ OK ] 1.78 sec. 2024-11-04 22:18:45 01281_unsucceeded_insert_select_queries_counter: [ OK ] 2.55 sec. 2024-11-04 22:18:56 01280_ssd_complex_key_dictionary: [ OK ] 11.00 sec. 2024-11-04 22:19:33 01275_parallel_mv: [ OK ] 37.57 sec. 2024-11-04 22:19:36 01259_dictionary_custom_settings_ddl: [ OK ] 2.35 sec. 2024-11-04 22:19:37 01225_drop_dictionary_as_table: [ OK ] 1.33 sec. 2024-11-04 22:20:27 01192_rename_database_zookeeper: [ OK ] 50.11 sec. 2024-11-04 22:20:34 01155_rename_move_materialized_view: [ OK ] 6.78 sec. 2024-11-04 22:20:39 01148_zookeeper_path_macros_unfolding: [ OK ] 4.98 sec. 2024-11-04 22:20:41 01125_dict_ddl_cannot_add_column: [ OK ] 1.32 sec. 2024-11-04 22:20:42 01113_local_dictionary_type_conversion: [ OK ] 1.11 sec. 2024-11-04 22:21:25 01098_msgpack_format: [ OK ] 43.21 sec. 2024-11-04 22:21:35 01098_temporary_and_external_tables: [ OK ] 9.87 sec. 2024-11-04 22:22:28 01083_expressions_in_engine_arguments: [ OK ] 52.72 sec. 2024-11-04 22:22:35 01070_modify_ttl: [ OK ] 6.70 sec. 2024-11-04 22:22:37 01069_database_memory: [ OK ] 1.97 sec. 2024-11-04 22:22:40 01065_window_view_event_hop_watch_bounded: [ OK ] 3.36 sec. 2024-11-04 22:22:43 01036_no_superfluous_dict_reload_on_create_database: [ OK ] 2.22 sec. 2024-11-04 22:22:48 01013_sync_replica_timeout_zookeeper: [ OK ] 5.52 sec. 2024-11-04 22:22:51 00985_merge_stack_overflow: [ OK ] 2.08 sec. 2024-11-04 22:22:51 00877_memory_limit_for_new_delete: [ SKIPPED ] 0.00 sec. - not running for current build 2024-11-04 22:26:30 00840_long_concurrent_select_and_drop_deadlock: [ OK ] 219.70 sec. 2024-11-04 22:27:25 00719_parallel_ddl_db: [ OK ] 54.09 sec. 2024-11-04 22:27:25 2024-11-04 22:27:25 92 tests passed. 3 tests skipped. 1995.94 s elapsed (MainProcess). 2024-11-04 22:27:30 Won't run stateful tests because test data wasn't loaded. 2024-11-04 22:27:30 Checking the hung queries: done 2024-11-04 22:27:30 2024-11-04 22:27:30 No queries hung. 2024-11-04 22:27:30 All tests have finished. 2024-11-04 22:27:30 2024-11-04 22:27:30 Top patterns of log messages: 2024-11-04 22:27:30 2024-11-04 22:27:30 count count_% size size_% uniq_loggers uniq_threads levels background_% message_format_string 2024-11-04 22:27:30 2024-11-04 22:27:30 1. 34909 0.047 3.08 MiB 0.032 1 750 ['Trace'] 0 Aggregated. {} to {} rows (from {}) in {} sec. ({:.3f} rows/sec., {}/sec.) 2024-11-04 22:27:30 2. 34383 0.046 1.93 MiB 0.02 3 581 ['Trace'] 0.001 Access granted: {}{} 2024-11-04 22:27:30 3. 33120 0.045 6.66 MiB 0.069 1 308 ['Debug'] 0 (from {}{}{}){}{} {} (stage: {}) 2024-11-04 22:27:30 4. 33099 0.044 4.96 MiB 0.052 4 307 ['Trace'] 1 {} Creating query context from {} context, user_id: {}, parent context user: {} 2024-11-04 22:27:30 5. 32151 0.043 1.18 MiB 0.012 1 750 ['Trace'] 0 Aggregation method: {} 2024-11-04 22:27:30 6. 26189 0.035 7.92 MiB 0.083 1 416 ['Trace'] 0.002 Query {} to stage {}{} 2024-11-04 22:27:30 7. 25938 0.035 8.42 MiB 0.088 1 416 ['Trace'] 0.002 Query {} from stage {} to stage {}{} 2024-11-04 22:27:30 8. 24622 0.033 694.75 KiB 0.007 1 124 ['Debug'] 0 Processed in {} sec. 2024-11-04 22:27:30 9. 23139 0.031 248.56 KiB 0.003 1 742 ['Trace'] 0 Aggregating 2024-11-04 22:27:30 10. 22363 0.03 1.75 MiB 0.018 1 302 ['Debug'] 0 Read {} rows, {} in {} sec., {} rows/sec., {}/sec. 2024-11-04 22:27:30 11. 22173 0.03 1.77 MiB 0.018 1 741 ['Trace'] 0 An entry for key={} found in cache: sum_of_sizes={}, median_size={} 2024-11-04 22:27:30 12. 21852 0.029 978.02 KiB 0.01 1 1 ['Trace'] 1 Processing requests batch, size: {}, bytes: {} 2024-11-04 22:27:30 13. 15563 0.021 1.08 MiB 0.011 1 1231 ['Trace'] 0.487 Reserved {} on local disk {}, having unreserved {}. 2024-11-04 22:27:30 14. 14187 0.019 1.16 MiB 0.012 6 358 ['Debug'] 0.996 {} Authenticating user '{}' from {} 2024-11-04 22:27:30 15. 14187 0.019 1.56 MiB 0.016 6 358 ['Debug'] 0.996 {} Authenticated with global context as user {} 2024-11-04 22:27:30 16. 14169 0.019 1.22 MiB 0.013 6 358 ['Debug'] 0.996 {} Logout, user_id: {} 2024-11-04 22:27:30 17. 14022 0.019 1.50 MiB 0.016 4 307 ['Debug'] 1 {} Creating session context with user_id: {} 2024-11-04 22:27:30 18. 13145 0.018 1.51 MiB 0.016 666 480 ['Trace'] 0.352 Renaming temporary part {} to {} with tid {}. 2024-11-04 22:27:30 19. 12758 0.017 596.51 KiB 0.006 1 325 ['Debug'] 0.19 Peak memory usage{}: {}. 2024-11-04 22:27:30 20. 12229 0.016 847.98 KiB 0.009 663 984 ['Trace'] 0.523 Trying to reserve {} using storage policy from min volume index {} 2024-11-04 22:27:30 21. 12196 0.016 1.67 MiB 0.017 1 2 ['Trace'] 1 Creating part at path {} 2024-11-04 22:27:30 22. 12167 0.016 580.36 KiB 0.006 1 492 ['Trace'] 0.329 filled checksums {} 2024-11-04 22:27:30 23. 9189 0.012 1.64 MiB 0.017 3 310 ['Trace'] 1 HTTP Request for {}. Method: {}, Address: {}, User-Agent: {}{}, Content Type: {}, Transfer Encoding: {}, X-Forwarded-For: {} 2024-11-04 22:27:30 24. 9185 0.012 11.18 MiB 0.116 2 310 ['Trace'] 1 Request URI: {} 2024-11-04 22:27:30 25. 8920 0.012 182.93 KiB 0.002 2 310 ['Debug'] 0.071 Done processing query 2024-11-04 22:27:30 26. 7038 0.009 557.83 KiB 0.006 470 99 ['Trace'] 0.001 Reading {} ranges in{}order from part {}, approx. {} rows starting from {} 2024-11-04 22:27:30 27. 6931 0.009 654.07 KiB 0.007 1 39 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part 2024-11-04 22:27:30 28. 6879 0.009 154.51 KiB 0.002 1 743 ['Trace'] 0 Merging aggregated data 2024-11-04 22:27:30 29. 5798 0.008 189.54 KiB 0.002 2 126 ['Trace'] 1 TCP Request. Address: {} 2024-11-04 22:27:30 30. 5798 0.008 559.16 KiB 0.006 1 126 ['Debug'] 1 Connected {} version {}.{}.{}, revision: {}{}{}. 2024-11-04 22:27:30 31. 5758 0.008 151.82 KiB 0.002 1 115 ['Debug'] 1 Done processing connection. 2024-11-04 22:27:30 32. 5421 0.007 201.16 KiB 0.002 531 121 ['Debug'] 0.005 Key condition: {} 2024-11-04 22:27:30 33. 5177 0.007 590.24 KiB 0.006 527 119 ['Debug'] 0.005 Selected {}/{} parts by partition key, {} parts by primary key, {}/{} marks by primary key, {} marks to read from {} ranges 2024-11-04 22:27:30 34. 4618 0.006 239.02 KiB 0.002 460 117 ['Trace'] 0.005 Spreading mark ranges among streams (default reading) 2024-11-04 22:27:30 35. 4059 0.005 347.35 KiB 0.004 174 511 ['Trace'] 1 Scheduling next merge selecting task after {}ms, current attempt status: {} 2024-11-04 22:27:30 36. 3981 0.005 550.35 KiB 0.006 120 511 ['Trace'] 1 Checked {} partitions, found {} partitions with parts that may be merged: [{}] (max_total_size_to_merge={}, merge_with_ttl_allowed={}) 2024-11-04 22:27:30 37. 3978 0.005 144.32 KiB 0.001 15 15 ['Trace'] 1 Flushed system log up to offset {} 2024-11-04 22:27:30 38. 3978 0.005 232.01 KiB 0.002 15 15 ['Trace'] 1 Flushing system log, {} entries to flush up to offset {} 2024-11-04 22:27:30 39. 3659 0.005 746.01 KiB 0.008 1 59 ['Debug'] 0 After join block: '{}' 2024-11-04 22:27:30 40. 3659 0.005 493.42 KiB 0.005 1 59 ['Debug'] 0 Before join block: '{}' 2024-11-04 22:27:30 41. 3587 0.005 390.19 KiB 0.004 1 29 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part, column {} 2024-11-04 22:27:30 42. 3511 0.005 316.62 KiB 0.003 89 512 ['Trace'] 1 Insert entry {} to queue with type {} 2024-11-04 22:27:30 43. 3461 0.005 277.06 KiB 0.003 125 786 ['Trace'] 0.953 Part {} is not stored on zero-copy replicated disk, blobs can be removed 2024-11-04 22:27:30 44. 3418 0.005 196.94 KiB 0.002 89 512 ['Debug'] 1 Pulling {} entries to queue: {} - {} 2024-11-04 22:27:30 45. 3418 0.005 86.79 KiB 0.001 89 512 ['Debug'] 1 Pulled {} entries to queue. 2024-11-04 22:27:30 46. 3341 0.004 383.70 KiB 0.004 1 67 ['Trace'] 0.012 PREWHERE condition was split into {} steps: {} 2024-11-04 22:27:30 47. 3319 0.004 256.06 KiB 0.003 1 235 ['Trace'] 0 Query span trace_id for opentelemetry log: {} 2024-11-04 22:27:30 48. 2817 0.004 85.49 KiB 0.001 81 698 ['Trace'] 0.004 Found {} range in {} steps 2024-11-04 22:27:30 49. 2817 0.004 81.40 KiB 0.001 81 698 ['Trace'] 0.004 Found (LEFT) boundary mark: {} 2024-11-04 22:27:30 50. 2817 0.004 84.74 KiB 0.001 81 698 ['Trace'] 0.004 Found (RIGHT) boundary mark: {} 2024-11-04 22:27:30 51. 2817 0.004 203.69 KiB 0.002 81 698 ['Trace'] 0.004 Running binary search on index range for part {} ({} marks) 2024-11-04 22:27:30 52. 2412 0.003 298.28 KiB 0.003 1 2 ['Trace'] 1 MemoryTracking: was {}, peak {}, free memory in arenas {}, will set to {} (RSS), difference: {} 2024-11-04 22:27:30 53. 2281 0.003 71.28 KiB 0.001 1 679 ['Debug'] 0.498 Spawn loader worker #{} in {} 2024-11-04 22:27:30 54. 2281 0.003 20.05 KiB 0 2 95 ['Trace'] 0.002 No tables 2024-11-04 22:27:30 55. 2281 0.003 158.12 KiB 0.002 1 589 ['Debug'] 1 Finish load job '{}' with status {} 2024-11-04 22:27:30 56. 2281 0.003 155.90 KiB 0.002 1 95 ['Debug'] 0.002 Schedule load job '{}' into {} 2024-11-04 22:27:30 57. 2281 0.003 46.78 KiB 0 1 710 ['Debug'] 1 Stop worker in {} 2024-11-04 22:27:30 58. 2281 0.003 149.22 KiB 0.002 1 589 ['Debug'] 1 Execute load job '{}' in {} 2024-11-04 22:27:30 59. 2280 0.003 180.33 KiB 0.002 1 95 ['Debug'] 0.002 Prioritize load job '{}': {} -> {} 2024-11-04 22:27:30 60. 2264 0.003 94.94 KiB 0.001 106 32 ['Debug'] 0.278 Committing part {} to zookeeper 2024-11-04 22:27:30 61. 2236 0.003 74.24 KiB 0.001 1 666 ['Debug'] 0.501 Change current priority: {} -> {} 2024-11-04 22:27:30 62. 2067 0.003 185.76 KiB 0.002 1 662 ['Debug'] 0 Merge sorted {} blocks, {} rows in {} sec., {} rows/sec., {}/sec 2024-11-04 22:27:30 63. 1923 0.003 65.67 KiB 0.001 1 46 ['Debug'] 0 Selected MergeAlgorithm: {} 2024-11-04 22:27:30 64. 1923 0.003 159.73 KiB 0.002 1 46 ['Debug'] 0 Merging {} parts: from {} to {} into {} with storage {} 2024-11-04 22:27:30 65. 1884 0.003 245.06 KiB 0.002 1 46 ['Debug'] 0 Merge sorted {} rows, containing {} columns ({} merged, {} gathered) in {} sec., {} rows/sec., {}/sec. 2024-11-04 22:27:30 66. 1876 0.003 123.36 KiB 0.001 206 46 ['Trace'] 0 Merged {} parts: [{}, {}] -> {} 2024-11-04 22:27:30 67. 1854 0.002 75.83 KiB 0.001 106 32 ['Debug'] 0.339 Part {} committed to zookeeper 2024-11-04 22:27:30 68. 1849 0.002 54.17 KiB 0.001 172 506 ['Debug'] 0.992 Updating strategy picker state 2024-11-04 22:27:30 69. 1838 0.002 146.54 KiB 0.001 1 671 ['Trace'] 0 Statistics updated for key={}: new sum_of_sizes={}, median_size={} 2024-11-04 22:27:30 70. 1782 0.002 95.56 KiB 0.001 179 518 ['Debug'] 0.875 Selected {} parts from {} to {} 2024-11-04 22:27:30 71. 1776 0.002 207.09 KiB 0.002 546 357 ['Debug'] 0.927 Removing {} parts from filesystem (serially): Parts: [{}] 2024-11-04 22:27:30 72. 1667 0.002 66.75 KiB 0.001 1 196 ['Debug'] 0.442 Will use old analyzer to prepare mutation 2024-11-04 22:27:30 73. 1630 0.002 313.04 KiB 0.003 1 59 ['Trace'] 0 {}Keys: {}, datatype: {}, kind: {}, strictness: {}, right header: {} 2024-11-04 22:27:30 74. 1582 0.002 102.07 KiB 0.001 1 68 ['Trace'] 0.008 {}Join data is being destroyed, {} bytes and {} rows in hash table 2024-11-04 22:27:30 75. 1517 0.002 100.49 KiB 0.001 1 129 ['Debug'] 0 Will kill query {} (synchronously) 2024-11-04 22:27:30 76. 1495 0.002 169.36 KiB 0.002 1 498 ['Information'] 0 Sorting and writing part of data into temporary file {} 2024-11-04 22:27:30 77. 1495 0.002 224.24 KiB 0.002 1 479 ['Information'] 0 Done writing part of data into temporary file {}, compressed {}, uncompressed {} 2024-11-04 22:27:30 78. 1462 0.002 186.86 KiB 0.002 1 470 ['Information'] 1 Have {} tables in drop queue ({} of them are in use), will try drop {} 2024-11-04 22:27:30 79. 1462 0.002 292.47 KiB 0.003 1 470 ['Information'] 1 Removing metadata {} of dropped table {} 2024-11-04 22:27:30 80. 1461 0.002 108.43 KiB 0.001 1 84 ['Debug'] 0 Waiting for table {} to be finally dropped 2024-11-04 22:27:30 81. 1448 0.002 106.89 KiB 0.001 88 196 ['Debug'] 0 Wrote block with ID '{}', {} rows{} 2024-11-04 22:27:30 82. 1396 0.002 205.61 KiB 0.002 1 196 ['Debug'] 0 Merged partially aggregated blocks for bucket #{}. Got {} rows, {} from {} source rows in {} sec. ({:.3f} rows/sec., {}/sec.) 2024-11-04 22:27:30 83. 1396 0.002 68.84 KiB 0.001 1 196 ['Trace'] 0 Merging partially aggregated blocks (bucket = {}). 2024-11-04 22:27:30 84. 1354 0.002 42.85 KiB 0 19 31 ['Debug'] 0 Requested flush up to offset {} 2024-11-04 22:27:30 85. 1308 0.002 32.11 KiB 0 1 75 ['Trace'] 0.014 {} -> {} 2024-11-04 22:27:30 86. 1255 0.002 132.56 KiB 0.001 67 77 ['Debug'] 0.897 Removing {} parts from memory: Parts: [{}] 2024-11-04 22:27:30 87. 1255 0.002 131.33 KiB 0.001 67 77 ['Trace'] 0.897 Found {} old parts to remove. Parts: [{}] 2024-11-04 22:27:30 88. 1196 0.002 87.03 KiB 0.001 1 74 ['Trace'] 0.015 The min valid primary key position for moving to the tail of PREWHERE is {} 2024-11-04 22:27:30 89. 1195 0.002 85.87 KiB 0.001 69 349 ['Trace'] 0.044 Used generic exclusion search over index for part {} with {} steps 2024-11-04 22:27:30 90. 1141 0.002 93.60 KiB 0.001 1084 95 ['Information'] 0.002 Metadata processed, database {} has {} tables and {} dictionaries in total. 2024-11-04 22:27:30 91. 1141 0.002 67.85 KiB 0.001 1 95 ['Information'] 0.002 Parsed metadata of {} tables in {} databases in {} sec 2024-11-04 22:27:30 92. 1081 0.001 38.90 KiB 0 126 59 ['Debug'] 0 MinMax index condition: {} 2024-11-04 22:27:30 93. 1055 0.001 55.50 KiB 0.001 3 90 ['Trace'] 0.942 List of all grants: {} 2024-11-04 22:27:30 94. 1055 0.001 78.54 KiB 0.001 3 90 ['Trace'] 0.942 List of all grants including implicit: {} 2024-11-04 22:27:30 95. 1055 0.001 80.36 KiB 0.001 3 90 ['Trace'] 0.942 Settings: readonly = {}, allow_ddl = {}, allow_introspection_functions = {} 2024-11-04 22:27:30 96. 1041 0.001 64.08 KiB 0.001 1 94 ['Debug'] 0.002 Wait load job '{}' in {} 2024-11-04 22:27:30 97. 995 0.001 117.29 KiB 0.001 68 32 ['Debug'] 1 Fetching part {} from {}:{} 2024-11-04 22:27:30 98. 965 0.001 66.82 KiB 0.001 32 301 ['Trace'] 0.999 Adding mutation {} for {} partitions (data versions: {}) 2024-11-04 22:27:30 99. 955 0.001 38.24 KiB 0 30 295 ['Trace'] 1 Will check if mutation {} is done 2024-11-04 22:27:31 100. 955 0.001 25.18 KiB 0 30 295 ['Trace'] 1 Mutation {} is done 2024-11-04 22:27:31 2024-11-04 22:27:31 2024-11-04 22:27:31 2024-11-04 22:27:31 Top messages without format string (fmt::runtime): 2024-11-04 22:27:31 2024-11-04 22:27:31 count pattern runtime_message line 2024-11-04 22:27:31 2024-11-04 22:27:31 1. 8 CodeCoordinationExceptionFaultin Code: 999. Coordination::Exception: Fault injection before operation. (KEEPER_EXCEPTION) (version 24.3.12.76.altinitystable (altinity build)) (from [::1]:35448) (comment: 02456_keeper_retries_during_insert.sql) (in query: INSERT INTO keeper_retries_r1 SETT ('/executeQuery.cpp',218) 2024-11-04 22:27:31 2. 8 CodeDBExceptionSyntaxerrorfailed Code: 62. DB::Exception: Syntax error: failed at position 1 ('SEECTwrong'): SEECTwrong. Expected one of: Query, Query with output, EXPLAIN, EXPLAIN, SELECT query, possibly with UNION, list of union elements, SELECT query, subquery, possibly with UNION, SEL ('/executeQuery.cpp',218) 2024-11-04 22:27:31 3. 6 CodeDBExceptionReceivedfromlocal Code: 242. DB::Exception: Received from localhost:9000. DB::Exception: Table is in readonly mode: replica_path=/tables/shard_1/data/replicas/read. Stack trace: 2024-11-04 22:27:31 2024-11-04 22:27:31 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const ('/executeQuery.cpp',218) 2024-11-04 22:27:31 4. 4 CodeDBExceptionReceivedfromDBExc Code: 206. DB::Exception: Received from 127.1:9000. DB::Exception: No alias for subquery or table function in JOIN (set joined_subquery_requires_alias=0 to disable restriction). While processing ' view(SELECT dummy AS d1, dummy AS d2 FROM system.one)'. Sta ('/executeQuery.cpp',218) 2024-11-04 22:27:31 5. 4 CodeDBExceptionEmptyqueryInscope Code: 62. DB::Exception: Empty query: In scope SELECT formatQuery(''). (SYNTAX_ERROR) (version 24.3.12.76.altinitystable (altinity build)) (from [::1]:48046) (comment: 02882_formatQuery.sql) (in query: SELECT formatQuery('');), Stack trace (when copying th ('/executeQuery.cpp',218) 2024-11-04 22:27:31 6. 4 CodeDBExceptionTherequestsignatu Code: 499. DB::Exception: The request signature we calculated does not match the signature you provided. Check your key and signing method. (S3_ERROR) (version 24.3.12.76.altinitystable (altinity build)) (from [::1]:57114) (comment: 02843_backup_use_same_s ('/executeQuery.cpp',218) 2024-11-04 22:27:31 7. 3 PocoExceptionCodeecodeNetExcepti Poco::Exception. Code: 1000, e.code() = 107, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): 2024-11-04 22:27:31 2024-11-04 22:27:31 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, ('/Exception.cpp',222) 2024-11-04 22:27:31 8. 2 CodeDBExceptionEmptyquerySYNTAXE Code: 62. DB::Exception: Empty query. (SYNTAX_ERROR) (version 24.3.12.76.altinitystable (altinity build)) (from [::ffff:127.0.0.1]:38726) (in query: ), Stack trace (when copying this message, always include the lines below): 2024-11-04 22:27:31 2024-11-04 22:27:31 0. ./contrib/llvm-project/libc ('/executeQuery.cpp',218) 2024-11-04 22:27:31 9. 2 CodeDBExceptionThereisnosubtypef Code: 386. DB::Exception: There is no subtype for types String, UInt8 because some of them are String/FixedString and some of them are not: In scope SELECT ['1', '2'] AS arr1, [1, 2] AS arr2, round(arrayJaccardIndex(arr1, arr2), 2). (NO_COMMON_TYPE) (versi ('/executeQuery.cpp',218) 2024-11-04 22:27:31 10. 2 IfthesignaturecheckfailedThiscou If the signature check failed. This could be because of a time skew. Attempting to adjust the signer. ('/AWSLogger.cpp',71) 2024-11-04 22:27:31 11. 1 Electiontimeoutinitiateleaderele Election timeout, initiate leader election ('/LoggerWrapper.h',43) 2024-11-04 22:27:31 12. 1 bgappendentriesthreadinitiated bg append_entries thread initiated ('/LoggerWrapper.h',43) 2024-11-04 22:27:31 13. 1 CodeDBExceptionavroExceptionCann Code: 1001. DB::Exception: avro::Exception: Cannot read compressed data, expected at least 4 bytes, got 0. (STD_EXCEPTION), Stack trace (when copying this message, always include the lines below): 2024-11-04 22:27:31 2024-11-04 22:27:31 0. ./contrib/llvm-project/libcxx/include/exception:141: st ('/TCPHandler.cpp',701) 2024-11-04 22:27:31 14. 1 newconfigurationlogidxprevlogidx new configuration: log idx 1, prev log idx 0 2024-11-04 22:27:31 peer 1, DC ID 0, localhost:9234, voting member, 1 2024-11-04 22:27:31 my id: 1, leader: 1, term: 1 ('/LoggerWrapper.h',43) 2024-11-04 22:27:31 15. 1 stdexceptionCodetypestdruntimeer std::exception. Code: 1001, type: std::runtime_error, e.what() = ran out of bytes (version 24.3.12.76.altinitystable (altinity build)) (from [::1]:51440) (comment: 02688_aggregate_states.sql) (in query: SELECT '\x01\x01\x01'::AggregateFunction(groupBitmap, ('/executeQuery.cpp',218) 2024-11-04 22:27:31 16. 1 invalidelectiontimeoutupperbound invalid election timeout upper bound detected, adjusted to 0 ('/LoggerWrapper.h',43) 2024-11-04 22:27:31 17. 1 waitforHBforms wait for HB, for 50 + [0, 0] ms ('/LoggerWrapper.h',43) 2024-11-04 22:27:31 18. 1 CodeDBExceptionstdruntimeerrorra Code: 1001. DB::Exception: std::runtime_error: ran out of bytes. (STD_EXCEPTION), Stack trace (when copying this message, always include the lines below): 2024-11-04 22:27:31 2024-11-04 22:27:31 0. ./contrib/llvm-project/libcxx/include/exception:141: std::runtime_error::runtime_error(char const ('/TCPHandler.cpp',701) 2024-11-04 22:27:31 19. 1 FailedtomakebackupShttplocalhost Failed to make backup S3('http://localhost:11111/test/backups/test_9p07b2jc/use_same_s3_credentials_for_base_backup_base_inc_3_bad', 'test', '[HIDDEN]'): Code: 499. DB::Exception: The request signature we calculated does not match the signature you provide ('/Exception.cpp',222) 2024-11-04 22:27:31 20. 1 Forkedachildprocesstowatch Forked a child process to watch ('',0) 2024-11-04 22:27:31 21. 1 stdexceptionCodetypeavroExceptio std::exception. Code: 1001, type: avro::Exception, e.what() = Cannot read compressed data, expected at least 4 bytes, got 0 (version 24.3.12.76.altinitystable (altinity build)) (from [::1]:47366) (comment: 02373_heap_buffer_overflow_in_avro.sh) (in query: ('/executeQuery.cpp',218) 2024-11-04 22:27:31 22. 1 INITRAFTSERVERcommitindextermele === INIT RAFT SERVER === 2024-11-04 22:27:31 commit index 0 2024-11-04 22:27:31 term 0 2024-11-04 22:27:31 election timer allowed 2024-11-04 22:27:31 log store start 1, end 0 2024-11-04 22:27:31 config log idx 0, prev log idx 0 2024-11-04 22:27:31 -- ASYNC REPLICATION -- ('/LoggerWrapper.h',43) 2024-11-04 22:27:31 23. 1 statemachinecommitindexprecommit state machine commit index 0, precommit index 0, last log index 0 ('/LoggerWrapper.h',43) 2024-11-04 22:27:31 24. 1 newconfiglogidxprevlogidxcurconf new config log idx 1, prev log idx 0, cur config log idx 0, prev log idx 0 ('/LoggerWrapper.h',43) 2024-11-04 22:27:31 25. 1 ELECTIONTIMEOUTcurrentrolefollow [ELECTION TIMEOUT] current role: follower, log last term 0, state term 0, target p 1, my p 1, hb dead, pre-vote NOT done ('/LoggerWrapper.h',43) 2024-11-04 22:27:31 26. 1 configatindexiscommittedprevconf config at index 1 is committed, prev config log idx 0 ('/LoggerWrapper.h',43) 2024-11-04 22:27:31 27. 1 BECOMELEADERappendednewconfigat [BECOME LEADER] appended new config at 1 ('/LoggerWrapper.h',43) 2024-11-04 22:27:31 28. 1 logTraceFunctionTest logTrace Function Test ('/logTrace.cpp',50) 2024-11-04 22:27:31 29. 1 globalmanagerdoesnotexistwilluse global manager does not exist. will use local thread for commit and append ('/LoggerWrapper.h',43) 2024-11-04 22:27:47 30. 1 startingup starting up ('',0) 2024-11-04 22:27:47 2024-11-04 22:27:47 2024-11-04 22:27:47 2024-11-04 22:27:47 Top messages not matching their format strings: 2024-11-04 22:27:47 2024-11-04 22:27:47 message_format_string count() any_message 2024-11-04 22:27:47 2024-11-04 22:27:47 1. {} is in use (by merge/mutation/INSERT) (consider increasing temporary_directories_lifetime setting) 29 /var/lib/clickhouse/disks/s3_disk/store/b17/b17d39cd-12c0-450d-954e-8a123aab42ce/tmp_insert_all_7_7_0/ is in use (by merge/mutation/INSERT) (consider increasing temporary_directories_lifetime setting) (skipped 2 similar messages) 2024-11-04 22:27:47 2. 28 Forked a child process to watch 2024-11-04 22:27:47 3. Query {} to stage {}{} 19 Query SELECT _CAST(1, 'UInt8') AS `like('a�b', 'a%�b')` FROM system.one AS __table1 to stage Complete 2024-11-04 22:27:47 4. Query {} from stage {} to stage {}{} 19 Query SELECT _CAST(1, 'UInt8') AS `like('a�b', 'a%�b')` FROM system.one AS __table1 from stage FetchColumns to stage Complete 2024-11-04 22:27:47 5. (from {}{}{}){}{} {} (stage: {}) 1 (from [::1]:51446) (comment: 02686_bson3.sql) -- It correctly throws exception about incorrect data: 2024-11-04 22:27:47 SELECT * FROM format(BSONEachRow, 'WatchID Int64, JavaEnable Int16, Title String, GoodEvent Int16, EventTime DateTime, EventDate Date, CounterID Int32, ClientIP Int32, RegionID Int32, UserID Int64, CounterClass Int16, OS Int16, UserAgent Int16, URL String, Referer String, IsRefresh Int16, RefererCategoryID Int16, RefererRegionID Int32, URLCategoryID Int16, URLRegionID Int32, ResolutionWidth Int16, ResolutionHeight Int16, ResolutionDepth Int16, FlashMajor Int16, FlashMinor Int16, FlashMinor2 String, NetMajor Int16, NetMinor Int16, UserAgentMajor Int16, UserAgentMinor String, CookieEnable Int16, JavascriptEnable Int16, IsMobile Int16, MobilePhone Int16, MobilePhoneModel String, Params String, IPNetworkID Int32, TraficSourceID Int16, SearchEngineID Int16, SearchPhrase String, AdvEngineID Int16, IsArtifical Int16, WindowClientWidth Int16, WindowClientHeight Int16, ClientTimeZone Int16, ClientEventTime DateTime, SilverlightVersion1 Int16, SilverlightVersion2 Int16, SilverlightVersion3 Int32, SilverlightVersion4 Int16, PageCharset String, CodeVersion Int32, IsLink Int16, IsDownload Int16, IsNotBounce Int16, FUniqID Int64, OriginalURL String, HID Int32, IsOldCounter Int16, IsEvent Int16, IsParameter Int16, DontCountHits Int16, WithHash Int16, HitColor String, LocalEventTime DateTime, Age Int16, Sex Int16, Income Int16, Interests Int16, Robotness Int16, RemoteIP Int32, WindowName Int32, OpenerName Int32, HistoryLength Int16, BrowserLanguage String, BrowserCountry String, SocialNetwork String, SocialAction String, HTTPError Int16, SendTiming Int32, DNSTiming Int32, ConnectTiming Int32, ResponseStartTiming Int32, ResponseEndTiming Int32, FetchTiming Int32, SocialSourceNetworkID Int16, SocialSourcePage String, ParamPrice Int64, ParamOrderID String, ParamCurrency String, ParamCurrencyID Int16, OpenstatServiceName String, OpenstatCampaignID String, OpenstatAdID String, OpenstatSourceID String, UTMSource String, UTMMedium String, UTMCampaign String, UTMContent String, UTMTerm String, FromTag String, HasGCLID Int16, RefererHash Int64, URLHash Int64, CLID Int32', $$^WatchIDc*5/ !p~JavaEnableTitleGoodEventEventTime7��QEventDate>CounterIDClientIP��z�RegionIDGUserID� ��:6��CounterClassOSUserAgentURLRefererIsRefreshRefererCategoryIDRefererRegionIDURLCategoryIDURLRegionIDResolutionWidthResolutionHeightResolutionDepthFlashMajorFlashMinorFlashMinor2NetMajorNetMinorUserAgentMajorUserAgentMinor�OCookieEnableJavascriptEnabl�������sMobileMobilePhoneMobilePhoneModelParamsIPNetworkID��9TraficSourceIDSearchEngineIDSearchPhraseAdvEngineIDIsArtificalWindowClientWidthWindowClientHeightClientTimeZone����ClientEventTime��SilverlightVersion1SilverlightVersion2SilverlightVersion3SilverlightVersion4PageCharsetCodeVersionIsLinkIsDownloadIsNotBounceFUniqIDOriginalURLHIDIsOldCounterIsEventIsParameterDontCountHitsWithHashHitColor5LocalEventTime&��QAgeSexIncomeInterestsRobotnessRemoteIP^DI�WindowName����OpenerName����HistoryLength����BrowserLanguage�BrowserCountry� SocialNetworkSocialActionHTTPErrorSendTimingDNSTimingConnectTimingResponseStartTimingResponseEndTimingFetchTimingSocialSourceNetworkIDSocialSourcePageParamPriceParamOrderIDParamCurrencyNHParamCurrencyIDOpenstatServiceNameOpenstatCampaignIDOpenstatAdIDOpenstatSourceIDUTMSourceUTMMediumUTMCampaignUTMContentUTMTermFromTagHasGCLIDRefererHashX+��'���URLHash�|3��b.�CLID^WatchID��F�ӓ2qJavaEnableTitleGoodEventEventTimen$�QEventDate>CounterIDClientIP��z�RegionIDGUserID� ��:6��CounterClassOSUserAgentURLRefererIsRefreshRefererCategoryIDRefererRegionIDURLCategoryIDURLRegionIDResolutionWidthResolutionHeightResolutionDepthFlashMajorFlashMinorFlashMinor2NetMajorNetMinorUserAgentMajorUserAgentMinor�OCookieEnableJavascriptEnableIsMobileMobilePhoneMobilePhoneModelParamsIPNetworkID��9TraficSourceIDSearchEngineIDSearchPhraseAdvEngineIDIsArtificalWindowClientWidthWindowClientHeightClientTimeZone����ClientEventTime��SilverlightVersion1SilverlightVersion2SilverlightVersion3SilverlightVersion4PageCharsetCodeVersionIsLinkIsDownloadIsNotBounceFUniqIDOriginalURLHIDIsOldCounterIsEventIsParameterDontCountHitsWithHashHitColor5LocalEventTimeǘ�QAgeSexIncomeInterestsRobotnessRemoteIP^DI�WindowName����OpenerName����HistoryLength����BrowserLanguage�BrowserCountry� SocialNetworkSocialActionHTTPErrorSendTimingDNSTimingConnectTimingResponseStartTimingResponseEndTimingFetchTimingSocialSourceNetworkIDSocialSourcePageP��amPriceParamOrderIDParamCurrencyNHParamCurrencyIDOpenstatServiceNameOpenstatCampaignIDOpenstatAdIDOpenstatSourceIDUTMSourceUTMMediumUTMCampaignUTMContentUTMTermFromTagHasGCLIDRefererHashX+��'���URLHash�|3��b.�CLID^WatchIDl!�|�@HJavaEnableTitleGoodEventEventTime�)�QEventDate>CounterIDClientIP��z�RegionIDGUserID� ��:6��CounterClassOSUserAgentURLRefererIsRefreshRefererCategoryIDRefererRegionIDURLCategoryIDURLRegionIDResolutionWidthResolutionHeightResolutionDepthFlashMajorFlashMinorFlashMinor2NetMajorNetMinorUserAgentMajorUserAgentMinor�OCookieEnableJavascriptEnableIsMobileMobilePhoneMobilePhoneModelParamsIPNetworkID��9TraficSourceIDSearchEngineIDSearchPhraseAdvEngineIDIsArtificalWindowClientWidthWindowClientHeightClientTimeZone����ClientEventTime��SilverlightVersion1SilverlightVersion2SilverlightVersion3SilverlightVersion4PageCharsetCodeVersionIsLinkIsDownloadIsNotBounceFUniqIDOriginalURLHIDIsOldCounterIsEventIsParameterDontCountHitsWithHashHitColor5LocalEventTime}��QAgeSexIncomeInterestsRobotnessRemoteIP^DI�WindowName����OpenerName����HistoryLength����BrowserLanguage�BrowserCountry� SocialNetworkSocialActionHTTPErrorSendTimingDNSTimingConnectTimingResponseStartTimingResponseEndTimingFetchTimingSocialSourceNetworkIDSocialSourcePageParamPriceParamOrderIDParamCurrencyNHParamCurrencyIDOpenstatServiceNameOpenstatCampaignIDOpenstatAdIDOpenstatSourceIDUTMSourceUTMMediumUTMCampaignUTMContentUTMTermFromTagHasGCLIDRefererHashX+��'���URLHash�|3��b.�CLID^WatchID�ǐ=ЌWJavaEnableTitleGoodEventEventTime8*�QEventDate>CounterIDClientIP��z�RegionIDGUserID� ��:6��CounterClassOSUserAgentURLRefererIsRefreshRefererCategoryIDRefererRegionIDURLCategoryIDURLRegionIDResolutionWidthResolutionHeightResolutionDepthFlashMajorFlashMinorFlashMinor2NetMajorNetMinorUserAgentMajorUserAgentMinor�OCookieEnableJavascriptEnableIsMobileMobilePhoneMobilePhoneModelParamsIPNetworkID��9TraficSourceIDSearchEngineIDSearchPhraseAdvEngineIDIsArtificalWindowClientWidthWindowClientHeightClientTimeZone����ClientEventTime��SilverlightVersion1SilverlightVersion2SilverlightVersion3SilverlightVersion4PageCharsetCodeVersionIsLinkIsDownloadIsNotBounceFUniqIDOriginalURLHIDIsOldCounterIsEventIsParameterDontCountHitsWithHashHitColor5LocalEventTimeݞ�QAgeSexIncomeInterestsRobotnessRemoteIP^DI�WindowName����OpenerName����HistoryLength����BrowserLanguage�BrowserCountry� SocialNetworkSocialActionHTTPErrorSendTimingDNSTimingConnectTimingResponseStartTimingResponseEndTimingFetchTimingSocialSourceNetworkIDSocialSourcePageParamPriceParamOrderIDParamCurrencyNHParamCurrencyIDOpenstatServiceNameOpenstatCampaignIDOpenstatAdIDOpenstatSourceIDUTMSourceUTMMediumUTMCampaignUTMContentUTMTermFromTagHasGCLIDRefererHashX+��'���URLHash�|3��b.�CLID�WatchID��E&LyJavaEnableTitleGoodEventEventTimeJ��QEventDate>CounterIDClientIP��I`RegionID'UserIDq��Jd8CounterClassOSUserAgentURL-http://holodilnik.ru/russia/05jul2013&model=0RefererIsRefreshRefererCategoryIDRefererRegionIDURLCateParams String, IPNetworkID Int32, TraficSourceID Int16, SearchEngineID Int16, SearchPhrase String, AdvEngineID Int16, IsArtifical Int16, WindowClientWidth Int16, WindowClientHeight Int16, ClientTimeZone Int16, ClientEventTime DateTime, SilverlightVersion1 Int16, SilverlightVersion2 Int16, SilverlightVersion3 Int32, SilverlightVersion4 Int16, PageCharset String, CodeVersion Int32, IsLink Int16, IsDownload Int16, IsNotBounce Int16, FUniqID Int64, OriginalURL String, HID Int32, IsOldCounter Int16, IsEvent Int16, IsParameter Int16, DontCountHits Int16, WithHash Int16, HitColor String, LocalEventTime DateTime, Age Int16, Sex Int16, Income Int16, Interests Int16, Robotness Int16, RemoteIP Int32, WindowName Int32, OpenerName Int32, HistoryLength Int16, BrowserLanguage String, BrowserCountry String, SocialNetwork String, SocialAction String, HTTPError Int16, SendTiming Int32, DNSTiming Int32, ConnectTiming Int32, ResponseStartTiming Int32, ResponseEndTiming Int32,����HistoryLength����BrowserLanguage�BrowserCountry� SocialNetworkSocialActionHTTPErrorSendTimingDNSTimingConnectTimingResponseStartTimingResponseEndTimingFetchTimingSocialSourceNetworkIDSocialSourcePageParamPriceParamOrderIDParamCurrencyNHParamCurrencyIDOpenstatServiceNameOpenstatCampaignIDOpenstatAdIDOpenstatSourceIDUTMSourceUTMMediumUTMCampaignUTMContentUTMTermFromTagHasGCLIDRefererHashX+��'���URLHash� 2024-11-04 22:27:47 o���eCLID�WatchID��k=��pJavaEnableTitleGoodEventEventTime� �QEventDate>CounterIDClien����Q9�HRegionIDGUserID �Ks}��CounterClassOSUserAgentURLHhttp://afisha.mail.ru/catalog/314/women.ru/ency=1&page3/?errovat-pinnikiRefererIsRefreshRefererCategoryIDRefererRegionIDURLCategoryID0=URLRegionID�ResolutionWidthResolutionHeightResolutionDepthFlashMajorFlashMinorFlashMinor2NetMajorNetMinorUserAgentMajorUserAgentMinorD�CookieEnableJavascriptEnableIsMobileMobilePhoneMobilePhoneModelParamsIPNetworkID��9TraficSourceIDSearchEngineIDSearchPhraseAdvEngineIDIsArtificalWindowClientWidthWindowClientHeightClientTimeZone����ClientEventTime��SilverlightVersion1SilverlightVersion2SilverlightVersion3SilverlightVersion4 PageCharsetCodeVersionIsLinkIsDownloadIsNotBounceFUniqID:��W��mOriginalURLHIDIsOldCounterIsEventIsParameterDontCountHitsWithHashHitColor5LocalEventTimeA��QAgeSexIncomeInterestsRobotnessRemoteIP^DI�WindowName����OpenerName����HistoryLength����BrowserLanguage�BrowserCountry� SocialNetworkSocialActionHTTPErrorSendTimingDNSTimingConnectTimingResponseStartTimingResponseEndTimingFetchTimingSocialSourceNetworkIDSocialSourcePageParamPriceParamOrderIDParamCurrencyNHParamCurrencyIDOpenstatServiceNameOpenstatCampaignIDOpenstatAdIDOpenstatSourceIDUTMSourceUTMMediumUTMCampaignUTMContentUTMTermFromTagHasGCLIDRefererHashX+��'���URLHash�� �#�\CLID�WatchID�1�� o�CJavaEnableTitleGoodEventEventTime�0�QEventDate>CounterIDClientIP�^{]RegionID�UserID&n%�t"6CounterClas⋯ 2024-11-04 22:27:51 6. Not executing log entry {} of type {} for part {} because source parts size ({}) is greater than the current maximum ({}). 1 Not executing log entry queue-0000000009 of type MUTATE_PART for part all_69_69_0_70 because source parts size (170.00 B) is greater than the current maximum (0.00 B). (skipped 1 similar messages) 2024-11-04 22:27:51 2024-11-04 22:27:51 2024-11-04 22:27:51 2024-11-04 22:27:51 Top short messages: 2024-11-04 22:27:51 2024-11-04 22:27:51 c message_format_string substr(any(message), 1, 120) min_length_without_exception_boilerplate 2024-11-04 22:27:51 2024-11-04 22:27:51 1. 13 {}:{}: '{}' src/Processors/Transforms/MergeJoinTransform.cpp:836: ' Nullable(size = 1, UInt32(size = 1), UInt8(size = 1)) Nullable(s 62 2024-11-04 22:27:51 2. 5 {} Server was built with sanitizer. It will work slowly. 27 2024-11-04 22:27:51 3. 5 Froze {} parts Froze 10 parts -13 2024-11-04 22:27:51 4. 4 Creating {}: {} Creating table test_xnzojtvs.test: CREATE TABLE IF NOT EXISTS test_xnzojtvs.test UUID '81d6b622-e2d6-482a-81dc-cadc41135 211 2024-11-04 22:27:51 5. 2 Substitution {} is not set Code: 456. DB::Exception: Substitution `s` is not set. (UNKNOWN_QUERY_PARAMETER) (version 24.3.12.76.altinitystable (alt 29 2024-11-04 22:27:51 2024-11-04 22:27:51 2024-11-04 22:27:51 2024-11-04 22:27:51 Top messages by level: 2024-11-04 22:27:51 2024-11-04 22:27:51 (0.0005048308011235171,'Query was cancelled') Error 2024-11-04 22:27:51 (0.00003222324262490534,'The leftovers from table {} were removed by another replica') Warning 2024-11-04 22:27:51 (0.002007239488509729,'Sorting and writing part of data into temporary file {}') Information 2024-11-04 22:27:51 (0.044472102727697485,'(from {}{}{}){}{} {} (stage: {})') Debug 2024-11-04 22:27:51 (0.04692106916719029,'Aggregated. {} to {} rows (from {}) in {} sec. ({:.3f} rows/sec., {}/sec.)') Trace 2024-11-04 22:27:51 2024-11-04 22:27:51 + set -e + [[ 0 -eq 124 ]] + return 0 + echo 'Files in current directory' Files in current directory + ls -la ./ total 137416 drwxr-xr-x 1 root root 4096 Nov 4 22:18 . drwxr-xr-x 1 root root 4096 Nov 4 22:18 .. -rw-rw-r-- 1 1000 1000 300 Nov 4 21:35 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 1566 Jun 13 04:03 attach_gdb.lib -rw-r--r-- 1 root root 1481 Nov 4 21:39 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 4237 Nov 4 21:39 __azurite_db_blob__.json -rw-r--r-- 1 root root 52367 Nov 4 22:27 azurite_log lrwxrwxrwx 1 root root 7 Apr 27 2024 bin -> usr/bin drwxr-xr-x 2 root root 4096 Nov 4 21:39 __blobstorage__ drwxr-xr-x 2 root root 4096 Apr 18 2022 boot drwxr-xr-x 5 root root 340 Nov 4 21:37 dev -rwxr-xr-x 1 root root 0 Nov 4 21:37 .dockerenv drwxr-xr-x 1 root root 4096 Nov 4 21:38 etc drwxr-xr-x 1 1000 1000 4096 Nov 4 21:38 hadoop-3.3.1 drwxr-xr-x 2 root root 4096 Apr 18 2022 home lrwxrwxrwx 1 root root 7 Apr 27 2024 lib -> usr/lib lrwxrwxrwx 1 root root 9 Apr 27 2024 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Apr 27 2024 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Apr 27 2024 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 21843968 Jun 13 04:04 mc drwxr-xr-x 2 root root 4096 Apr 27 2024 media -rwxr-xr-x 1 root root 118595584 Jun 13 04:04 minio drwxr-xr-x 4 root root 4096 Nov 4 21:38 minio_data drwxr-xr-x 2 root root 4096 Apr 27 2024 mnt drwxr-xr-x 2 root root 4096 Apr 27 2024 opt -rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4096 Nov 4 21:37 package_folder drwxr-x--- 2 root root 4096 Nov 4 21:40 preprocessed_configs dr-xr-xr-x 311 root root 0 Nov 4 21:37 proc -rwxrwxr-x 1 root root 7989 May 14 18:27 process_functional_tests_result.py drwx------ 1 root root 4096 Nov 4 22:22 root drwxr-xr-x 1 root root 4096 Nov 4 21:38 run -rwxrwxr-x 1 root root 16095 Jun 13 04:03 run.sh lrwxrwxrwx 1 root root 8 Apr 27 2024 sbin -> usr/sbin -rw-r--r-- 1 root root 462 Nov 4 21:39 script.gdb -rwxrwxr-x 1 root root 10462 May 14 18:27 setup_export_logs.sh -rwxrwxr-x 1 root root 351 Jun 13 04:03 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3464 Jun 13 04:03 setup_minio.sh drwxr-xr-x 2 root root 4096 Apr 27 2024 srv -rw-rw-r-- 1 root root 13192 Jun 13 04:03 stress_tests.lib dr-xr-xr-x 13 root root 0 Nov 4 21:37 sys drwxrwxr-x 2 1000 1000 4096 Nov 4 21:40 test_output drwxrwxrwt 1 root root 28672 Nov 4 22:27 tmp drwxr-xr-x 2 root root 4096 Nov 4 21:40 user_defined drwxr-xr-x 1 root root 4096 Apr 27 2024 usr -rw-rw-r-- 1 root root 833 Jun 13 04:03 utils.lib drwxr-xr-x 1 root root 4096 Apr 27 2024 var Files in root directory + echo 'Files in root directory' + ls -la / + /process_functional_tests_result.py total 137416 drwxr-xr-x 1 root root 4096 Nov 4 22:18 . drwxr-xr-x 1 root root 4096 Nov 4 22:18 .. -rw-rw-r-- 1 1000 1000 300 Nov 4 21:35 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 1566 Jun 13 04:03 attach_gdb.lib -rw-r--r-- 1 root root 1481 Nov 4 21:39 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 4237 Nov 4 21:39 __azurite_db_blob__.json -rw-r--r-- 1 root root 52367 Nov 4 22:27 azurite_log lrwxrwxrwx 1 root root 7 Apr 27 2024 bin -> usr/bin drwxr-xr-x 2 root root 4096 Nov 4 21:39 __blobstorage__ drwxr-xr-x 2 root root 4096 Apr 18 2022 boot drwxr-xr-x 5 root root 340 Nov 4 21:37 dev -rwxr-xr-x 1 root root 0 Nov 4 21:37 .dockerenv drwxr-xr-x 1 root root 4096 Nov 4 21:38 etc drwxr-xr-x 1 1000 1000 4096 Nov 4 21:38 hadoop-3.3.1 drwxr-xr-x 2 root root 4096 Apr 18 2022 home lrwxrwxrwx 1 root root 7 Apr 27 2024 lib -> usr/lib lrwxrwxrwx 1 root root 9 Apr 27 2024 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Apr 27 2024 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Apr 27 2024 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 21843968 Jun 13 04:04 mc drwxr-xr-x 2 root root 4096 Apr 27 2024 media -rwxr-xr-x 1 root root 118595584 Jun 13 04:04 minio drwxr-xr-x 4 root root 4096 Nov 4 21:38 minio_data drwxr-xr-x 2 root root 4096 Apr 27 2024 mnt drwxr-xr-x 2 root root 4096 Apr 27 2024 opt -rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4096 Nov 4 21:37 package_folder drwxr-x--- 2 root root 4096 Nov 4 21:40 preprocessed_configs dr-xr-xr-x 311 root root 0 Nov 4 21:37 proc -rwxrwxr-x 1 root root 7989 May 14 18:27 process_functional_tests_result.py drwx------ 1 root root 4096 Nov 4 22:22 root drwxr-xr-x 1 root root 4096 Nov 4 21:38 run -rwxrwxr-x 1 root root 16095 Jun 13 04:03 run.sh lrwxrwxrwx 1 root root 8 Apr 27 2024 sbin -> usr/sbin -rw-r--r-- 1 root root 462 Nov 4 21:39 script.gdb -rwxrwxr-x 1 root root 10462 May 14 18:27 setup_export_logs.sh -rwxrwxr-x 1 root root 351 Jun 13 04:03 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3464 Jun 13 04:03 setup_minio.sh drwxr-xr-x 2 root root 4096 Apr 27 2024 srv -rw-rw-r-- 1 root root 13192 Jun 13 04:03 stress_tests.lib dr-xr-xr-x 13 root root 0 Nov 4 21:37 sys drwxrwxr-x 2 1000 1000 4096 Nov 4 21:40 test_output drwxrwxrwt 1 root root 28672 Nov 4 22:27 tmp drwxr-xr-x 2 root root 4096 Nov 4 21:40 user_defined drwxr-xr-x 1 root root 4096 Apr 27 2024 usr -rw-rw-r-- 1 root root 833 Jun 13 04:03 utils.lib drwxr-xr-x 1 root root 4096 Apr 27 2024 var 2024-11-04 22:27:51,265 File /analyzer_tech_debt.txt with broken tests found 2024-11-04 22:27:51,266 Broken tests in the list: 11 2024-11-04 22:27:51,267 Find files in result folder test_result.txt,run.log,gdb.log,garbage.log 2024-11-04 22:27:51,273 Is flaky check: False 2024-11-04 22:27:51,274 Result parsed 2024-11-04 22:27:51,274 Result written + clickhouse-client -q 'system flush logs' Detach all logs replication + stop_logs_replication + echo 'Detach all logs replication' + clickhouse-client --query 'select database||'\''.'\''||table from system.tables where database = '\''system'\'' and (table like '\''%_sender'\'' or table like '\''%_watcher'\'')' + tee /dev/stderr + xargs -n1 -r -i clickhouse-client --query 'drop table {}' xargs: warning: options --max-args and --replace/-I/-i are mutually exclusive, ignoring previous --max-args value + failed_to_save_logs=0 + for table in query_log zookeeper_log trace_log transactions_info_log metric_log ++ clickhouse-client -q 'select * from system.query_log format TSVWithNamesAndTypes' ++ zstd --threads=0 + err='++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\0\4 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + err='++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\0\8 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log ++ clickhouse-client -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes' ++ zstd --threads=0 ++ clickhouse-client -q 'select * from system.trace_log format TSVWithNamesAndTypes' ++ zstd --threads=0 + err='++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\0\4 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log ++ clickhouse-client -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes' ++ zstd --threads=0 + err='++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\1\6 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + err='++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\0\5 ]] + failed_to_save_logs=1 + [[ -n '' ]] + sudo clickhouse stop ++ clickhouse-client -q 'select * from system.metric_log format TSVWithNamesAndTypes' ++ zstd --threads=0 script.gdb:13: Error in sourced command file: No stack. /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 738. The process with pid = 738 is running. Sent terminate signal to process with pid 738. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 738. The process with pid = 738 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 738. The process with pid = 738 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 738. The process with pid = 738 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 738. The process with pid = 738 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 738. The process with pid = 738 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 738. The process with pid = 738 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 738. The process with pid = 738 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 738. The process with pid = 738 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 738. The process with pid = 738 does not exist. Server stopped + [[ -n '' ]] + rg -Fa '' /var/log/clickhouse-server/clickhouse-server.log + : + rg -A50 -Fa ============ /var/log/clickhouse-server/stderr.log + : + data_path_config=--path=/var/lib/clickhouse/ + [[ -n '' ]] + zstd --threads=0 + '[' 1 -ne 0 ']' + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.query_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.trace_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.metric_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for trace_type in CPU Memory Real + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q ' select arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack, count(*) AS samples from system.trace_log where trace_type = '\''CPU'\'' group by trace order by samples desc settings allow_introspection_functions = 1 + zstd --threads=0 format TabSeparated' + for trace_type in CPU Memory Real + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q ' select arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack, count(*) AS samples from system.trace_log where trace_type = '\''Memory'\'' group by trace order by samples desc settings allow_introspection_functions = 1 format TabSeparated' + zstd --threads=0 + for trace_type in CPU Memory Real + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q ' select arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack, count(*) AS samples from system.trace_log where trace_type = '\''Real'\'' group by trace order by samples desc settings allow_introspection_functions = 1 format TabSeparated' + zstd --threads=0 + rm /var/log/clickhouse-server/clickhouse-server.log + mv /var/log/clickhouse-server/stderr.log /test_output/ + [[ -n '' ]] + tar -chf /test_output/coordination.tar /var/lib/clickhouse/coordination tar: Removing leading `/' from member names tar: Removing leading `/' from hard link targets + [[ -n '' ]]